ffmpeg | branch: master | Anton Khirnov <an...@khirnov.net> | Wed Dec 13 19:25:46 2023 +0100| [116bc5a9f3d1cddf3e9b6ec1bd70b7451817bb72] | committer: Anton Khirnov
fftools/ffmpeg: drop unused InputFile.eof_reached > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=116bc5a9f3d1cddf3e9b6ec1bd70b7451817bb72 --- 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; /** _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".