Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-06-23 00:11:20 +0400
committerClément Bœsch <ubitux@gmail.com>2012-06-23 00:13:22 +0400
commit492cc9bcc4a50b4213648c1b8dcb7c28d17ea8f7 (patch)
tree34a07202d81e71e5d1f188310428b6882728c331 /ffmpeg.c
parent8aeed14459b27551152a4c8c2c934a5c787bbdd3 (diff)
ffmpeg: remove unused buffer_size in InputFile.
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 4a9cff7f6c..80f4fe4beb 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() */