You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_scale: Do not skip scale if the color matrix mismatches
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -350,6 +350,7 @@ static int config_props(AVFilterLink *outlink)
|
||||
scale->isws[0] = scale->isws[1] = scale->sws = NULL;
|
||||
if (inlink0->w == outlink->w &&
|
||||
inlink0->h == outlink->h &&
|
||||
!scale->out_color_matrix &&
|
||||
scale->in_range == scale->out_range &&
|
||||
inlink0->format == outlink->format)
|
||||
;
|
||||
|
Reference in New Issue
Block a user