From 8ef4de4e11089814ef4be6d9cac4cb38c21c5991 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Wed, 14 Nov 2007 15:30:15 +0000 Subject: Change the "report sample" message from AV_LOG_DEBUG to AV_LOG_ERROR. Acked by Benjamin Larsson Originally committed as revision 11023 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/nellymoserdec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec') diff --git a/libavcodec/nellymoserdec.c b/libavcodec/nellymoserdec.c index 80b420cec2..7edcfa9ab3 100644 --- a/libavcodec/nellymoserdec.c +++ b/libavcodec/nellymoserdec.c @@ -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; } -- cgit v1.2.3