summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb.c
diff options
context:
space:
mode:
authorkostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-09 14:17:30 +0000
committerkostya <kostya@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-02-09 14:17:30 +0000
commitc5bf12666b9e8ab885cfac6735732d4aee5e6d26 (patch)
treee2231e71f54d803a3f91f304fcb52fcf616f4196 /libswscale/yuv2rgb.c
parentce1a5330592cdcdaf2f0a2a66ca23cd3bb806907 (diff)
downloadmpv-c5bf12666b9e8ab885cfac6735732d4aee5e6d26.tar.bz2
mpv-c5bf12666b9e8ab885cfac6735732d4aee5e6d26.tar.xz
Give better name to Inverse_Table_6_9
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28495 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/yuv2rgb.c')
-rw-r--r--libswscale/yuv2rgb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c
index 5c518af26b..507f0b55bb 100644
--- a/libswscale/yuv2rgb.c
+++ b/libswscale/yuv2rgb.c
@@ -70,7 +70,7 @@ DECLARE_ASM_CONST(8, uint64_t, mmx_grnmask) = 0xfcfcfcfcfcfcfcfcULL;
#endif /* HAVE_MMX */
-const int32_t Inverse_Table_6_9[8][4] = {
+const int32_t ff_yuv2rgb_coeffs[8][4] = {
{117504, 138453, 13954, 34903}, /* no sequence_display_extension */
{117504, 138453, 13954, 34903}, /* ITU-R Rec. 709 (1990) */
{104597, 132201, 25675, 53279}, /* unspecified */