1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

fftools/ffmpeg_filter: remove unused struct from InputFilterPriv

It's already in InputFilterOptions.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-03-24 10:32:11 -03:00
parent abcdd3aed7
commit 767e7d3d2b

View File

@ -145,22 +145,6 @@ typedef struct InputFilterPriv {
int displaymatrix_present; int displaymatrix_present;
int32_t displaymatrix[9]; 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 { struct {
AVFrame *frame; AVFrame *frame;