Make diego happy.

Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-02-25 22:32:52 +00:00
parent 57b98634c4
commit 2936438a38
1 changed files with 2 additions and 2 deletions

View 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){