Commit c12e8f5f authored by Vittorio Giovara's avatar Vittorio Giovara

vf_colorspace: Add a pixdesc API alias name for bt2020nc color space

parent d991b3e8
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment