From b3eda69490db5172f08a2816bc828ca920b4e1c2 Mon Sep 17 00:00:00 2001 From: "Ronald S. Bultje" Date: Thu, 31 Mar 2016 16:01:09 -0400 Subject: swscale: add bt2020 yuv2rgb coefficients. --- libswscale/swscale.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libswscale/swscale.h') diff --git a/libswscale/swscale.h b/libswscale/swscale.h index 8449948931..87511a8752 100644 --- a/libswscale/swscale.h +++ b/libswscale/swscale.h @@ -91,6 +91,7 @@ const char *swscale_license(void); #define SWS_CS_SMPTE170M 5 #define SWS_CS_SMPTE240M 7 #define SWS_CS_DEFAULT 5 +#define SWS_CS_BT2020 9 /** * Return a pointer to yuv<->rgb coefficients for the given colorspace -- cgit v1.2.3