diff options
author | Niklas Haas <git@haasn.dev> | 2024-02-05 19:22:04 +0100 |
---|---|---|
committer | Niklas Haas <git@haasn.dev> | 2024-02-09 21:02:08 +0100 |
commit | 75f4cb81de6437ee23ae30a201f914b78b618d75 (patch) | |
tree | 5a68430ecc489297edd154668881bdee43150120 /libavfilter/buffersink.h | |
parent | 4618b5ebb95dbef95877ea49c175b1c573ca6b36 (diff) | |
download | ffmpeg-75f4cb81de6437ee23ae30a201f914b78b618d75.tar.gz |
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.
Diffstat (limited to 'libavfilter/buffersink.h')
-rw-r--r-- | libavfilter/buffersink.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/buffersink.h b/libavfilter/buffersink.h index a9374b8b4f..5f7172028d 100644 --- a/libavfilter/buffersink.h +++ b/libavfilter/buffersink.h @@ -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), |