diff dsputil.c @ 882:34943cb0c2fb libavcodec

* remaining part of John Ryland's patch
author kabi
date Fri, 22 Nov 2002 07:24:28 +0000
parents 725ef4ea3ecc
children 2cef5c4c0ca6
line wrap: on
line diff
--- a/dsputil.c	Wed Nov 20 15:18:11 2002 +0000
+++ b/dsputil.c	Fri Nov 22 07:24:28 2002 +0000
@@ -1322,7 +1322,7 @@
     INT16 temp[64];
     
     if(last<=0) return;
-    if(permutation[1]==1) return; //FIXME its ok but not clean and might fail for some perms
+    //if(permutation[1]==1) return; //FIXME its ok but not clean and might fail for some perms
 
     for(i=0; i<=last; i++){
         const int j= scantable[i];