Commit 2936438a authored by Michael Niedermayer's avatar Michael Niedermayer

Make diego happy.

Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 57b98634
......@@ -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){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment