mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
video: Add BT.2020-NCL colorspace and transfer function
Source: http://www.itu.int/dms_pubrec/itu-r/rec/bt/R-REC-BT.2020-0-201208-I!!PDF-E.pdf
This commit is contained in:
6
wscript
6
wscript
@@ -364,6 +364,12 @@ Libav libraries ({0}). Aborting.".format(" ".join(libav_pkg_config_checks))
|
||||
'func': check_statement('libavcodec/avcodec.h', """int x, y;
|
||||
avcodec_enum_to_chroma_pos(&x, &y, AVCHROMA_LOC_UNSPECIFIED)""",
|
||||
use='libav')
|
||||
}, {
|
||||
'name': 'avcol-spc-bt2020',
|
||||
'desc': 'libavcodec avcol_spc_bt2020 available',
|
||||
'func': check_statement('libavcodec/avcodec.h',
|
||||
'int x = AVCOL_SPC_BT2020_NCL',
|
||||
use='libav')
|
||||
}, {
|
||||
'name': 'avutil-qp-api',
|
||||
'desc': 'libavutil QP API',
|
||||
|
||||
Reference in New Issue
Block a user