aboutsummaryrefslogtreecommitdiffstats
path: root/fftools/ffmpeg_filter.c
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-03-24 10:32:11 -0300
committerJames Almer <jamrial@gmail.com>2024-03-25 23:23:27 -0300
commit767e7d3d2b44b14158220917253580baf98750df (patch)
treed60eb09ac345fe8be4b5a4c704b43d0e6279e308 /fftools/ffmpeg_filter.c
parentabcdd3aed7c9c1759fcd54b287b1f7a48067822f (diff)
downloadffmpeg-767e7d3d2b44b14158220917253580baf98750df.tar.gz
fftools/ffmpeg_filter: remove unused struct from InputFilterPriv
It's already in InputFilterOptions. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'fftools/ffmpeg_filter.c')
-rw-r--r--fftools/ffmpeg_filter.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/fftools/ffmpeg_filter.c b/fftools/ffmpeg_filter.c
index 3d88482d07..171e47be9e 100644
--- a/fftools/ffmpeg_filter.c
+++ b/fftools/ffmpeg_filter.c
@@ -145,22 +145,6 @@ typedef struct InputFilterPriv {
int displaymatrix_present;
int32_t displaymatrix[9];
- // fallback parameters to use when no input is ever sent
- struct {
- AVRational time_base;
-
- int format;
-
- int width;
- int height;
- AVRational sample_aspect_ratio;
- enum AVColorSpace color_space;
- enum AVColorRange color_range;
-
- int sample_rate;
- AVChannelLayout ch_layout;
- } fallback;
-
struct {
AVFrame *frame;