summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-30 12:24:50 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-08 10:38:59 +0200
commite8df737cb2305efb137e655e7f6dfd5e4c80bc5c (patch)
tree15f5bc9885260f7f65c082316768e1b4f9203921 /fftools/ffmpeg.h
parentc7c73a3250542dde9bb882867f1b2d9af61cc5a0 (diff)
downloadffmpeg-e8df737cb2305efb137e655e7f6dfd5e4c80bc5c.tar.gz
fftools/ffmpeg_filter: move InputFilter.eof to private data
It is not used outside of ffmpeg_filter.
Diffstat (limited to 'fftools/ffmpeg.h')
-rw-r--r--fftools/ffmpeg.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fftools/ffmpeg.h b/fftools/ffmpeg.h
index 602005f071..aa7778a58f 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -289,8 +289,6 @@ typedef struct InputFilter {
AVBufferRef *hw_frames_ctx;
int32_t *displaymatrix;
-
- int eof;
} InputFilter;
typedef struct OutputFilter {