summaryrefslogtreecommitdiff
path: root/libswscale/swscale_template.c
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-02-22 08:08:19 +0000
committerCarl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at>2008-02-22 08:08:19 +0000
commit0cb25594454dbfe8c855a4c512796897d525e5d4 (patch)
treec218aec03400fb612e3b5b97d0a99bdb0b9dc24d /libswscale/swscale_template.c
parentb9c2fb34445864e2adc7fe766aaae98f365a0a4a (diff)
Discard two symbols from libswscale.
Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale_template.c')
-rw-r--r--libswscale/swscale_template.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 20392c2ecd..0df4b88c10 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -3124,10 +3124,10 @@ static int RENAME(swScale)(SwsContext *c, uint8_t* src[], int srcStride[], int s
}
#ifdef HAVE_MMX
- b5Dither= dither8[dstY&1];
- g6Dither= dither4[dstY&1];
- g5Dither= dither8[dstY&1];
- r5Dither= dither8[(dstY+1)&1];
+ b5Dither= ff_dither8[dstY&1];
+ g6Dither= ff_dither4[dstY&1];
+ g5Dither= ff_dither8[dstY&1];
+ r5Dither= ff_dither8[(dstY+1)&1];
#endif
if (dstY < dstH-2)
{