[FFmpeg-soc] [soc]: r1281 - dirac/libavcodec/dirac.c

marco subversion at mplayerhq.hu
Sun Sep 2 16:21:30 CEST 2007


Author: marco
Date: Sun Sep  2 16:21:29 2007
New Revision: 1281

Log:
never disable the IDWT

Modified:
   dirac/libavcodec/dirac.c

Modified: dirac/libavcodec/dirac.c
==============================================================================
--- dirac/libavcodec/dirac.c	(original)
+++ dirac/libavcodec/dirac.c	Sun Sep  2 16:21:29 2007
@@ -2560,10 +2560,7 @@ START_TIMER
         if (!s->zero_res)
             decode_component(s, coeffs);
 
-        /* Disable to test the current state of the encoder.  */
-#if 1
         dirac_idwt(s, coeffs, synth);
-#endif
 
         if (s->refs) {
             if (dirac_motion_compensation(s, coeffs, comp)) {



More information about the FFmpeg-soc mailing list