mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-17 13:04:50 +00:00
Make diego happy.
Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
57b98634c4
commit
2936438a38
@ -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){
|
||||
|
Loading…
Reference in New Issue
Block a user