[FFmpeg-cvslog] r14348 - trunk/libavcodec/nellymoserdec.c
banan
subversion
Wed Jul 23 14:21:56 CEST 2008
Author: banan
Date: Wed Jul 23 14:21:56 2008
New Revision: 14348
Log:
Reduce the loglevel on a log message in the Nellymoser decoder. Related to Roundup 447.
Modified:
trunk/libavcodec/nellymoserdec.c
Modified: trunk/libavcodec/nellymoserdec.c
==============================================================================
--- trunk/libavcodec/nellymoserdec.c (original)
+++ trunk/libavcodec/nellymoserdec.c Wed Jul 23 14:21:56 2008
@@ -174,7 +174,7 @@ static int decode_tag(AVCodecContext * a
case 512: // 44100Hz
blocks = 8; break;
default:
- av_log(avctx, AV_LOG_ERROR, "Tag size %d unknown, report sample!\n", buf_size);
+ av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
return buf_size;
}
More information about the ffmpeg-cvslog
mailing list