diff mbox series

[FFmpeg-devel,06/12] fftools/ffmpeg: drop unused InputFile.eof_reached

Message ID 20231213193007.17471-6-anton@khirnov.net
State Accepted
Commit 116bc5a9f3d1cddf3e9b6ec1bd70b7451817bb72
Headers show
Series [FFmpeg-devel,01/12] fftools/ffmpeg_filter: move FilterGraph.graph to FilterGraphThread | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Anton Khirnov Dec. 13, 2023, 7:30 p.m. UTC
---
 fftools/ffmpeg.h | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index f214e4efcb..3db3d87dfe 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -407,7 +407,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;
     /**