avconv: remove unused variable from InputFile.
authorAnton Khirnov <anton@khirnov.net>
Sat, 4 Aug 2012 09:53:08 +0000 (11:53 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 8 Aug 2012 18:12:22 +0000 (20:12 +0200)
avconv.h

index d8bf78b..0ee3c13 100644 (file)
--- 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() */