Make diego happy.
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Feb 2008 22:32:52 +0000 (22:32 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 25 Feb 2008 22:32:52 +0000 (22:32 +0000)
Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/snow.c

index 687058f..d6c0979 100644 (file)
@@ -4400,9 +4400,9 @@ redo_frame:
             }
         }
 
-        if(QUANTIZE2)
+/*        if(QUANTIZE2)
             dwt_quantize(s, p, s->spatial_dwt_buffer, w, h, w, s->spatial_decomposition_type);
-        else
+        else*/
             ff_spatial_dwt(s->spatial_dwt_buffer, w, h, w, s->spatial_decomposition_type, s->spatial_decomposition_count);
 
         if(s->pass1_rc && plane_index==0){