diff imgresample.c @ 644:641708b5c33c libavcodec

fixing tests
author michaelni
date Thu, 05 Sep 2002 08:48:34 +0000
parents b4ee42142ad1
children 714795876872
line wrap: on
line diff
--- a/imgresample.c	Tue Sep 03 20:15:34 2002 +0000
+++ b/imgresample.c	Thu Sep 05 08:48:34 2002 +0000
@@ -539,7 +539,7 @@
 }
 
 #ifdef HAVE_MMX
-extern int mm_flags;
+int mm_flags;
 #endif
 
 int main(int argc, char **argv)
@@ -598,7 +598,7 @@
         fact = factors[i];
         xsize = (int)(XSIZE * fact);
         ysize = (int)((YSIZE - 100) * fact);
-        s = img_resample_full_init(xsize, ysize, XSIZE, YSIZE, 50 ,50);
+        s = img_resample_full_init(xsize, ysize, XSIZE, YSIZE, 50 ,50, 0, 0);
         printf("Factor=%0.2f\n", fact);
         dump_filter(&s->h_filters[0][0]);
         component_resample(s, img1, xsize, xsize, ysize,