OSDN Git Service

Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR.
authorAlex Beregszaszi <alex@rtfs.hu>
Wed, 14 Nov 2007 15:30:15 +0000 (15:30 +0000)
committerAlex Beregszaszi <alex@rtfs.hu>
Wed, 14 Nov 2007 15:30:15 +0000 (15:30 +0000)
Acked by Benjamin Larsson

Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/nellymoserdec.c

index 80b420c..7edcfa9 100644 (file)
@@ -380,7 +380,7 @@ static int decode_tag(AVCodecContext * avctx,
         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;
     }