[FFmpeg-cvslog] ffmpeg: remove unused buffer_size in InputFile.

Clément Bœsch git at videolan.org
Fri Jun 22 22:13:45 CEST 2012


ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Fri Jun 22 22:11:20 2012 +0200| [492cc9bcc4a50b4213648c1b8dcb7c28d17ea8f7] | committer: Clément Bœsch

ffmpeg: remove unused buffer_size in InputFile.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=492cc9bcc4a50b4213648c1b8dcb7c28d17ea8f7
---

 ffmpeg.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/ffmpeg.c b/ffmpeg.c
index 4a9cff7..80f4fe4 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -259,7 +259,6 @@ typedef struct InputFile {
     AVFormatContext *ctx;
     int eof_reached;      /* true if eof reached */
     int ist_index;        /* index of first stream in input_streams */
-    int buffer_size;      /* current total buffer size */
     int64_t ts_offset;
     int nb_streams;       /* number of stream that ffmpeg is aware of; may be different
                              from ctx.nb_streams if new streams appear during av_read_frame() */



More information about the ffmpeg-cvslog mailing list