From a920bf446a6fe5eba43656ed3807e25ee4691a4e Mon Sep 17 00:00:00 2001 From: Damiano Galassi Date: Fri, 25 Nov 2016 11:42:01 +0100 Subject: libhb: add new color tags for Bt 2020 and SMPTE ST 2084 --- libhb/hb.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libhb/hb.c') diff --git a/libhb/hb.c b/libhb/hb.c index 7ccc30054..e210f5b25 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -219,6 +219,11 @@ int hb_ff_get_colorspace(int color_matrix) case HB_COLR_MAT_BT709: color_space = SWS_CS_ITU709; break; + /* enable this when implemented in Libav + case HB_COLR_MAT_BT2020: + color_space = SWS_CS_BT2020; + break; + */ default: break; } -- cgit v1.2.3