mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2025-03-05 02:27:18 +00:00
svq1dec: use log level that have more common sense
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
7b9fc769e4
commit
dd5aff001e
@ -531,7 +531,7 @@ static int svq1_decode_frame_header(GetBitContext *bitbuf, MpegEncContext *s)
|
||||
|
||||
svq1_parse_string(bitbuf, msg);
|
||||
|
||||
av_log(s->avctx, AV_LOG_ERROR,
|
||||
av_log(s->avctx, AV_LOG_INFO,
|
||||
"embedded message: \"%s\"\n", (char *)msg);
|
||||
}
|
||||
|
||||
@ -665,7 +665,7 @@ static int svq1_decode_frame(AVCodecContext *avctx, void *data,
|
||||
result = svq1_decode_block_intra(&s->gb, ¤t[x],
|
||||
linesize);
|
||||
if (result) {
|
||||
av_log(s->avctx, AV_LOG_INFO,
|
||||
av_log(s->avctx, AV_LOG_ERROR,
|
||||
"Error in svq1_decode_block %i (keyframe)\n",
|
||||
result);
|
||||
goto err;
|
||||
|
Loading…
x
Reference in New Issue
Block a user