diff fifo.h @ 680:cb5d78a798ac libavutil

Remove av_fifo_read, API is already broken and major version will be bumped soon.
author reimar
date Sun, 08 Mar 2009 14:21:56 +0000
parents 58a5033060c3
children b084f8cd043f
line wrap: on
line diff
--- a/fifo.h	Sun Mar 08 14:16:55 2009 +0000
+++ b/fifo.h	Sun Mar 08 14:21:56 2009 +0000
@@ -56,14 +56,6 @@
 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
  * @param buf_size number of bytes to read