OSDN Git Service

ffmpeg: remove unused buffer_size in InputFile.
authorClément Bœsch <ubitux@gmail.com>
Fri, 22 Jun 2012 20:11:20 +0000 (22:11 +0200)
committerClément Bœsch <ubitux@gmail.com>
Fri, 22 Jun 2012 20:13:22 +0000 (22:13 +0200)
ffmpeg.c

index 4a9cff7..80f4fe4 100644 (file)
--- 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() */