summaryrefslogtreecommitdiffstats
path: root/libhb/hb.c
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2016-11-25 11:42:01 +0100
committerBradley Sepos <[email protected]>2016-12-21 01:16:29 -0500
commita920bf446a6fe5eba43656ed3807e25ee4691a4e (patch)
treee52aa3dc2b346293038dd18894bddcbe605d5d61 /libhb/hb.c
parent71079db99f4c2b02d45d229bee84907fb814de0b (diff)
libhb: add new color tags for Bt 2020 and SMPTE ST 2084
Diffstat (limited to 'libhb/hb.c')
-rw-r--r--libhb/hb.c5
1 files changed, 5 insertions, 0 deletions
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;
}