Author: faust3
Date: Tue Apr 28 19:00:53 2009
New Revision: 4245

Log:
do not abort decoding when a negative quant step was detected

Modified:
   wmapro/wma3dec.c

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c    Tue Apr 28 16:45:39 2009        (r4244)
+++ wmapro/wma3dec.c    Tue Apr 28 19:00:53 2009        (r4245)
@@ -1233,7 +1233,6 @@ static int wma_decode_subframe(WMA3Decod
             if(s->quant_step < 0){
                 s->negative_quantstep = 1;
                 av_log(s->avctx,AV_LOG_ERROR,"negative quant step\n");
-                return 0;
             }
         }
 
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to