diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-06-22 22:11:20 +0200 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-06-22 22:13:22 +0200 |
commit | 492cc9bcc4a50b4213648c1b8dcb7c28d17ea8f7 (patch) | |
tree | 34a07202d81e71e5d1f188310428b6882728c331 | |
parent | 8aeed14459b27551152a4c8c2c934a5c787bbdd3 (diff) | |
download | ffmpeg-492cc9bcc4a50b4213648c1b8dcb7c28d17ea8f7.tar.gz |
ffmpeg: remove unused buffer_size in InputFile.
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() */ |