Re: [FFmpeg-devel] [PATCH 07/25] vf_scale: use colorspace negotiation API

2023-12-07 Thread Anton Khirnov
Quoting Niklas Haas (2023-11-09 13:19:39) > From: Niklas Haas > > This filter will always accept any input format, even if the user sets > a specific in_range/in_color_matrix. This is to preserve status quo with > current behavior, where passing a specific in_color_matrix merely > overrides the i

[FFmpeg-devel] [PATCH 07/25] vf_scale: use colorspace negotiation API

2023-11-09 Thread Niklas Haas
From: Niklas Haas This filter will always accept any input format, even if the user sets a specific in_range/in_color_matrix. This is to preserve status quo with current behavior, where passing a specific in_color_matrix merely overrides the incoming frames' attributes. (Use `vf_format` to force