]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavutil/fifo.h
Remove av_fifo_read, API is already broken and major version will be bumped soon.
[frescor/ffmpeg.git] / libavutil / fifo.h
index 4c3a5289f085a75db10d356b23f1f4dee44dd937..d1949044ffb26a0349044361ed482605a3f81f78 100644 (file)
@@ -55,14 +55,6 @@ void av_fifo_free(AVFifoBuffer *f);
  */
 int av_fifo_size(AVFifoBuffer *f);
 
-/**
- * Reads data from an AVFifoBuffer.
- * @param *f AVFifoBuffer to read from
- * @param *buf data destination
- * @param buf_size number of bytes to read
- */
-int av_fifo_read(AVFifoBuffer *f, uint8_t *buf, int buf_size);
-
 /**
  * Feeds data from an AVFifoBuffer to a user-supplied callback.
  * @param *f AVFifoBuffer to read from