[FFmpeg-soc] [soc]: r4245 - wmapro/wma3dec.c

faust3 subversion at mplayerhq.hu
Tue Apr 28 19:00:54 CEST 2009


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;
             }
         }
 


More information about the FFmpeg-soc mailing list