summaryrefslogtreecommitdiff
path: root/libswscale/swscale_internal.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_internal.h
parent98038e2ee0c40530c42db70ed3d2f5e0c17b175e (diff)
swscale: add bt2020 yuv2rgb coefficients.
Diffstat (limited to 'libswscale/swscale_internal.h')
-rw-r--r--libswscale/swscale_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/swscale_internal.h b/libswscale/swscale_internal.h
index 6647c7261f..566c6d560b 100644
--- a/libswscale/swscale_internal.h
+++ b/libswscale/swscale_internal.h
@@ -861,7 +861,7 @@ extern const uint8_t ff_dither_8x8_73[9][8];
extern const uint8_t ff_dither_8x8_128[9][8];
extern const uint8_t ff_dither_8x8_220[9][8];
-extern const int32_t ff_yuv2rgb_coeffs[8][4];
+extern const int32_t ff_yuv2rgb_coeffs[11][4];
extern const AVClass ff_sws_context_class;