Mercurial > libavcodec.hg
changeset 6400:a1d0b3a421f6 libavcodec
Make diego happy.
author | michael |
---|---|
date | Mon, 25 Feb 2008 22:32:52 +0000 |
parents | 0a3a5109cfb6 |
children | 345cffb2c613 |
files | snow.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/snow.c Mon Feb 25 21:43:19 2008 +0000 +++ b/snow.c Mon Feb 25 22:32:52 2008 +0000 @@ -4400,9 +4400,9 @@ } } - 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){