diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-02-09 14:17:30 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-02-09 14:17:30 +0000 |
commit | fa58ba15f8e08675a40e93a83561d308fa2ad8e9 (patch) | |
tree | cf8429dff3703884b6458e69638b33a4e676d429 /libswscale/yuv2rgb.c | |
parent | ea399a87b23f2d257fd9c53c2a7bdd42995c12f4 (diff) | |
download | ffmpeg-fa58ba15f8e08675a40e93a83561d308fa2ad8e9.tar.gz |
Give better name to Inverse_Table_6_9
Originally committed as revision 28495 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/yuv2rgb.c')
-rw-r--r-- | libswscale/yuv2rgb.c | 2 |
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 */ |