diff options
Diffstat (limited to 'libhb/hbffmpeg.c')
-rw-r--r-- | libhb/hbffmpeg.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libhb/hbffmpeg.c b/libhb/hbffmpeg.c index 5b0a7c24d..eff7623f9 100644 --- a/libhb/hbffmpeg.c +++ b/libhb/hbffmpeg.c @@ -160,11 +160,10 @@ int hb_ff_get_colorspace(int color_matrix) case HB_COLR_MAT_BT709: color_space = SWS_CS_ITU709; break; - /* enable this when implemented in FFmpeg - case HB_COLR_MAT_BT2020: + case HB_COLR_MAT_BT2020_CL: + case HB_COLR_MAT_BT2020_NCL: color_space = SWS_CS_BT2020; break; - */ default: break; } |