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

Reply via email to