From 116bc5a9f3d1cddf3e9b6ec1bd70b7451817bb72 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 13 Dec 2023 19:25:46 +0100 Subject: [PATCH] fftools/ffmpeg: drop unused InputFile.eof_reached --- fftools/ffmpeg.h | 1 - 1 file changed, 1 deletion(-) diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h index b10a2f2c0d..03599cdad8 100644 --- a/fftools/ffmpeg.h +++ b/fftools/ffmpeg.h @@ -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; /**