summaryrefslogtreecommitdiffstats
path: root/libswscale/yuv2rgb.c
diff options
context:
space:
mode:
authorflameeyes <flameeyes@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-09 11:12:38 +0000
committerflameeyes <flameeyes@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-09 11:12:38 +0000
commit98fb4aebc22fd0404fac69fd97dd931d8618f5b6 (patch)
treee23d41bca7289546866ed0f55cc2b570aea0023d /libswscale/yuv2rgb.c
parent46caebfa6ea2971b32a5b4a0cd6ad0211ff58d20 (diff)
downloadmpv-98fb4aebc22fd0404fac69fd97dd931d8618f5b6.tar.bz2
mpv-98fb4aebc22fd0404fac69fd97dd931d8618f5b6.tar.xz
Mark dither_2x2_{8,4} static to swscale.c
These two tables are not used outside swscale.c even though they are declared also in yuv2rgb.c. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27736 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/yuv2rgb.c')
-rw-r--r--libswscale/yuv2rgb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libswscale/yuv2rgb.c b/libswscale/yuv2rgb.c
index 9b64c06dec..d19430fd17 100644
--- a/libswscale/yuv2rgb.c
+++ b/libswscale/yuv2rgb.c
@@ -41,8 +41,6 @@
#define DITHER1XBPP // only for MMX
-extern const uint8_t dither_2x2_4[2][8];
-extern const uint8_t dither_2x2_8[2][8];
extern const uint8_t dither_8x8_32[8][8];
extern const uint8_t dither_8x8_73[8][8];
extern const uint8_t dither_8x8_220[8][8];