FFmpeg/libavfilter
Niklas Haas 5d5bb77af1 avfilter/vf_scale: simplify color matrix parsing logic
No need to write a custom string parser when we can just use an integer
option with preset values. The various bits of fallback logic are wholly
redundant with equivalent logic already inside sws_getCoefficients.

Note: I disallowed setting 'out_color_matrix=auto', because this does
not do anything meaningful in the current code (just hard-codes
AVCOL_SPC_BT470BG fallback).
2023-11-09 12:53:35 +01:00
..
2022-07-07 17:52:32 +02:00
2023-09-28 00:17:47 +02:00
2023-09-27 10:22:33 -07:00
2022-07-30 11:42:06 +02:00
2022-07-30 11:42:06 +02:00
2023-10-29 16:19:14 +01:00