Skip to content
Snippets Groups Projects
Commit bed43d58 authored by Anton Khirnov's avatar Anton Khirnov
Browse files

avconv: remove unused variable from InputFile.

parent d64901f9
No related branches found
No related tags found
No related merge requests found
...@@ -231,7 +231,6 @@ typedef struct InputFile { ...@@ -231,7 +231,6 @@ typedef struct InputFile {
AVFormatContext *ctx; AVFormatContext *ctx;
int eof_reached; /* true if eof reached */ int eof_reached; /* true if eof reached */
int ist_index; /* index of first stream in ist_table */ int ist_index; /* index of first stream in ist_table */
int buffer_size; /* current total buffer size */
int64_t ts_offset; int64_t ts_offset;
int nb_streams; /* number of stream that avconv is aware of; may be different 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() */ from ctx.nb_streams if new streams appear during av_read_frame() */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment