Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > 2b89af6564905e6a69cd2de5bd78b086 > files > 6

mplayer-1.0-1.rc1.11mdv2007.1.src.rpm

--- MPlayer/libavcodec/libpostproc/postprocess_template.c.64bit-fixes	2005-12-22 13:35:27.000000000 +0100
+++ MPlayer/libavcodec/libpostproc/postprocess_template.c	2006-01-01 21:42:59.000000000 +0100
@@ -3349,7 +3349,7 @@
         QP_STORE_T QPs[], int QPStride, int isColor, PPContext *c2)
 {
         PPContext __attribute__((aligned(8))) c= *c2; //copy to stack for faster access
-        int x,y;
+        long x,y;
 #ifdef COMPILE_TIME_MODE
         const int mode= COMPILE_TIME_MODE;
 #else
@@ -3358,7 +3358,7 @@
         int black=0, white=255; // blackest black and whitest white in the picture
         int QPCorrecture= 256*256;
 
-        int copyAhead;
+        long copyAhead;
 #ifdef HAVE_MMX
         int i;
 #endif