[FFmpeg-cvslog] r11023 - trunk/libavcodec/nellymoserdec.c

alex subversion
Wed Nov 14 16:30:15 CET 2007


Author: alex
Date: Wed Nov 14 16:30:15 2007
New Revision: 11023

Log:
ake the report sample message an ERROR and not DEBUG. Acked by Benjamin Larsson

Modified:
   trunk/libavcodec/nellymoserdec.c

Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c	(original)
+++ trunk/libavcodec/nellymoserdec.c	Wed Nov 14 16:30:15 2007
@@ -380,7 +380,7 @@ static int decode_tag(AVCodecContext * a
         case 256:   // 22050Hz
             blocks = 4; break;
         default:
-            av_log(avctx, AV_LOG_DEBUG, "Tag size %d unknown, report sample!\n", buf_size);
+            av_log(avctx, AV_LOG_ERROR, "Tag size %d unknown, report sample!\n", buf_size);
             return buf_size;
     }
 




More information about the ffmpeg-cvslog mailing list