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

faust3 subversion at mplayerhq.hu
Sat May 30 13:48:03 CEST 2009


Author: faust3
Date: Sat May 30 13:48:03 2009
New Revision: 4324

Log:
print negative quant step message only in debug mode

Modified:
   wmapro/wma3dec.c

Modified: wmapro/wma3dec.c
==============================================================================
--- wmapro/wma3dec.c	Sat May 30 13:08:37 2009	(r4323)
+++ wmapro/wma3dec.c	Sat May 30 13:48:03 2009	(r4324)
@@ -1312,7 +1312,7 @@ static int wma_decode_subframe(WMA3Decod
             }
             s->quant_step += 31 * sign;
             if(s->quant_step < 0){
-                av_log(s->avctx,AV_LOG_ERROR,"negative quant step\n");
+                av_log(s->avctx,AV_LOG_DEBUG,"negative quant step\n");
             }
         }
 


More information about the FFmpeg-soc mailing list