summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2016-03-31 16:01:09 -0400
committerRonald S. Bultje <rsbultje@gmail.com>2016-04-01 15:39:48 -0400
commitb3eda69490db5172f08a2816bc828ca920b4e1c2 (patch)
treed294c581ea1b012862c7faab8541c050be35637f /libswscale/swscale.h
parent98038e2ee0c40530c42db70ed3d2f5e0c17b175e (diff)
swscale: add bt2020 yuv2rgb coefficients.
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h1
1 files changed, 1 insertions, 0 deletions
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