[FFmpeg-cvslog] avconv: remove unused variable from InputFile.

Anton Khirnov git at videolan.org
Thu Aug 9 15:42:10 CEST 2012


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Sat Aug  4 11:53:08 2012 +0200| [bed43d58b06938060f6ed01ef90733247a23f362] | committer: Anton Khirnov

avconv: remove unused variable from InputFile.

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

 avconv.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/avconv.h b/avconv.h
index d8bf78b..0ee3c13 100644
--- a/avconv.h
+++ b/avconv.h
@@ -231,7 +231,6 @@ typedef struct InputFile {
     AVFormatContext *ctx;
     int eof_reached;      /* true if eof reached */
     int ist_index;        /* index of first stream in ist_table */
-    int buffer_size;      /* current total buffer size */
     int64_t ts_offset;
     int nb_streams;       /* number of stream that avconv 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