[FFmpeg-soc] [soc]: r1282 - dirac/libavcodec/dirac.c
marco
subversion at mplayerhq.hu
Sun Sep 2 16:27:13 CEST 2007
Author: marco
Date: Sun Sep 2 16:27:13 2007
New Revision: 1282
Log:
Update TODO
Modified:
dirac/libavcodec/dirac.c
Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c (original)
+++ dirac/libavcodec/dirac.c Sun Sep 2 16:27:13 2007
@@ -1694,7 +1694,7 @@ int dirac_dwt(DiracContext *s, int16_t *
for (level = s->frame_decoding.wavelet_depth; level >= 1; level--) {
width = subband_width(s, level);
height = subband_height(s, level);
- dirac_subband_dwt_95(s->avctx, width, height, s->padded_width, coeffs, level);
+ dirac_subband_dwt_53(s->avctx, width, height, s->padded_width, coeffs, level);
}
return 0;
@@ -3336,7 +3336,7 @@ static int dirac_encode_frame(DiracConte
put_bits(pb, 1, 1);
/* Set the default filter to Deslauriers-Debuc. */
- dirac_set_ue_golomb(pb, 0);
+ dirac_set_ue_golomb(pb, 1);
/* Do not override the default depth. */
put_bits(pb, 1, 0);
More information about the FFmpeg-soc
mailing list