fftools/ffmpeg: drop unused InputFile.eof_reached

This commit is contained in:
Anton Khirnov 2023-12-13 19:25:46 +01:00
parent 882bc8049d
commit 116bc5a9f3
1 changed files with 0 additions and 1 deletions

View File

@ -412,7 +412,6 @@ typedef struct InputFile {
int format_nots;
AVFormatContext *ctx;
int eof_reached; /* true if eof reached */
int64_t input_ts_offset;
int input_sync_ref;
/**