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.

Originally committed as revision 27736 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Diego Pettenò
2008-10-09 11:12:38 +00:00
parent faf6112e26
commit d0b69b2855
2 changed files with 2 additions and 4 deletions

View File

@@ -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];