mirror of https://git.ffmpeg.org/ffmpeg.git
fftools/ffmpeg: drop unused InputFile.eof_reached
This commit is contained in:
parent
882bc8049d
commit
116bc5a9f3
|
@ -412,7 +412,6 @@ typedef struct InputFile {
|
||||||
int format_nots;
|
int format_nots;
|
||||||
|
|
||||||
AVFormatContext *ctx;
|
AVFormatContext *ctx;
|
||||||
int eof_reached; /* true if eof reached */
|
|
||||||
int64_t input_ts_offset;
|
int64_t input_ts_offset;
|
||||||
int input_sync_ref;
|
int input_sync_ref;
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in New Issue