fftools/ffmpeg_filter: move InputFilter.eof to private data

It is not used outside of ffmpeg_filter.
This commit is contained in:
Anton Khirnov
2023-04-30 12:24:50 +02:00
parent c7c73a3250
commit e8df737cb2
2 changed files with 5 additions and 4 deletions

View File

@@ -289,8 +289,6 @@ typedef struct InputFilter {
AVBufferRef *hw_frames_ctx;
int32_t *displaymatrix;
int eof;
} InputFilter;
typedef struct OutputFilter {