diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-08-04 11:53:08 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-08-08 20:12:22 +0200 |
commit | bed43d58b06938060f6ed01ef90733247a23f362 (patch) | |
tree | c142105477dce613903673afd4bb6fdce09d43b1 /avconv.h | |
parent | d64901f99d850881d4a9f8ea3f161e7a280d9147 (diff) | |
download | ffmpeg-bed43d58b06938060f6ed01ef90733247a23f362.tar.gz |
avconv: remove unused variable from InputFile.
Diffstat (limited to 'avconv.h')
-rw-r--r-- | avconv.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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() */ |