summaryrefslogtreecommitdiff
path: root/fftools/ffmpeg.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2023-04-25 23:44:49 +0200
committerAnton Khirnov <anton@khirnov.net>2023-05-02 10:59:24 +0200
commit04f0c40c748d502059db8b4f379fbb61306de428 (patch)
tree95c7fe57aa34e9b9b680174a717840ff0db26181 /fftools/ffmpeg.h
parent1dcae45ecbbc489d46695b41f92edf13efdca653 (diff)
downloadffmpeg-04f0c40c748d502059db8b4f379fbb61306de428.tar.gz
fftools/ffmpeg_filter: add InputFilter private data
Move InputFilter.frame_queue to it, which is not accessed 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 e0e923e902..07322fdd79 100644
--- a/fftools/ffmpeg.h
+++ b/fftools/ffmpeg.h
@@ -277,8 +277,6 @@ typedef struct InputFilter {
uint8_t *name;
enum AVMediaType type; // AVMEDIA_TYPE_SUBTITLE for sub2video
- AVFifo *frame_queue;
-
// parameters configured for this input
int format;