changeset 393:bf164fce2c14 libavcodec

removed debug function
author glantau
date Sat, 18 May 2002 22:59:12 +0000
parents 4ef26ed29399
children e2cb8a4ee0c5
files i386/dsputil_mmx.c
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/i386/dsputil_mmx.c	Sat May 18 22:58:08 2002 +0000
+++ b/i386/dsputil_mmx.c	Sat May 18 22:59:12 2002 +0000
@@ -1080,7 +1080,9 @@
         );
 }
 
+#if 0
 static void just_return() { return; }
+#endif
 
 void dsputil_init_mmx(void)
 {
@@ -1170,7 +1172,7 @@
             put_pixels_tab[2] = put_pixels_y2_3dnow;
             put_no_rnd_pixels_tab[1] = put_no_rnd_pixels_x2_3dnow;
             put_no_rnd_pixels_tab[2] = put_no_rnd_pixels_y2_3dnow;
-            
+
             avg_pixels_tab[0] = avg_pixels_3dnow;
             avg_pixels_tab[1] = avg_pixels_x2_3dnow;
             avg_pixels_tab[2] = avg_pixels_y2_3dnow;