[FFmpeg-cvslog] fftools/ffmpeg: drop unused InputFile.eof_reached
Anton Khirnov
git at videolan.org
Thu Dec 14 21:23:05 EET 2023
ffmpeg | branch: master | Anton Khirnov <anton at 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;
/**
More information about the ffmpeg-cvslog
mailing list