mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
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
This commit is contained in:
parent
b64fa5b426
commit
8ef4de4e11
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user