diff libswscale/swscale_template.c @ 26028:afd429e00184

Discard two symbols from libswscale.
author cehoyos
date Fri, 22 Feb 2008 08:08:19 +0000
parents 2ad528dd42a0
children ba2efd11abf9
line wrap: on
line diff
--- a/libswscale/swscale_template.c	Fri Feb 22 06:57:51 2008 +0000
+++ b/libswscale/swscale_template.c	Fri Feb 22 08:08:19 2008 +0000
@@ -3124,10 +3124,10 @@
         }
 
 #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)
         {