diff options
author | Harry Mallon <harry.mallon@codex.online> | 2020-08-19 21:31:03 +0100 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2020-09-10 17:22:09 +0530 |
commit | 811514abb7ef398d30747b1925ad880a841c87e9 (patch) | |
tree | 6f54f0d0fecaab5345357439a6152a1d953c48fb /doc | |
parent | 3c9382ba265c5eeb79879a13309a8a947cd53d24 (diff) | |
download | ffmpeg-811514abb7ef398d30747b1925ad880a841c87e9.tar.gz |
libavcodec/options_table: Add missing colorspace options
* chroma-derived-nc / chroma-derived-c and ictcp
Signed-off-by: Harry Mallon <harry.mallon@codex.online>
Signed-off-by: Gyan Doshi <ffmpeg@gyani.pro>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/codecs.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi index c092aadc0e..1da2590795 100644 --- a/doc/codecs.texi +++ b/doc/codecs.texi @@ -1110,6 +1110,12 @@ BT.2020 NCL BT.2020 CL @item smpte2085 SMPTE 2085 +@item chroma-derived-nc +Chroma-derived NCL +@item chroma-derived-c +Chroma-derived CL +@item ictcp +ICtCp @end table @item color_range @var{integer} (@emph{decoding/encoding,video}) |