mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00:00
nellymoserdec: Increase the log level of messages when failing to decode data
Originally committed as revision 23606 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
133cd270f8
commit
caea217d37
@ -167,7 +167,7 @@ static int decode_tag(AVCodecContext * avctx,
|
||||
return buf_size;
|
||||
|
||||
if (buf_size % 64) {
|
||||
av_log(avctx, AV_LOG_DEBUG, "Tag size %d.\n", buf_size);
|
||||
av_log(avctx, AV_LOG_ERROR, "Tag size %d.\n", buf_size);
|
||||
return buf_size;
|
||||
}
|
||||
blocks = buf_size / 64;
|
||||
|
Loading…
Reference in New Issue
Block a user