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)) {
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to