mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
vf_colorspace: Add a pixdesc API alias name for bt2020nc color space
This commit is contained in:
parent
d991b3e8a8
commit
c12e8f5f0b
@ -1090,6 +1090,7 @@ static const AVOption colorspace_options[] = {
|
||||
ENUM("smpte240m", AVCOL_SPC_SMPTE240M, "csp"),
|
||||
ENUM("ycgco", AVCOL_SPC_YCGCO, "csp"),
|
||||
ENUM("gbr", AVCOL_SPC_RGB, "csp"),
|
||||
ENUM("bt2020nc", AVCOL_SPC_BT2020_NCL, "csp"),
|
||||
ENUM("bt2020ncl", AVCOL_SPC_BT2020_NCL, "csp"),
|
||||
|
||||
{ "range", "Output color range",
|
||||
|
Loading…
Reference in New Issue
Block a user