avfilter/buffersink: add color_spaces, color_ranges params

An oversight in my previous series. This omission slipped under the
radar because fftools/ffmpeg_filter.c did not use these options, instead
preferring to insert an explicit format filter.
This commit is contained in:
Niklas Haas 2024-02-05 19:22:04 +01:00
parent 4618b5ebb9
commit 75f4cb81de
2 changed files with 28 additions and 3 deletions

View file

@ -55,6 +55,8 @@
* The format can be constrained by setting options, using av_opt_set() and
* related functions with the AV_OPT_SEARCH_CHILDREN flag.
* - pix_fmts (int list),
* - color_spaces (int list),
* - color_ranges (int list),
* - sample_fmts (int list),
* - sample_rates (int list),
* - ch_layouts (string),