mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-15 11:44:49 +00:00
kmvc: Log into a context at a log level constant.
This commit is contained in:
parent
dfa37fe8a3
commit
ae35210a5d
@ -377,7 +377,8 @@ static av_cold int decode_init(AVCodecContext * avctx)
|
||||
}
|
||||
|
||||
if (avctx->extradata_size < 12) {
|
||||
av_log(NULL, 0, "Extradata missing, decoding may not work properly...\n");
|
||||
av_log(avctx, AV_LOG_WARNING,
|
||||
"Extradata missing, decoding may not work properly...\n");
|
||||
c->palsize = 127;
|
||||
} else {
|
||||
c->palsize = AV_RL16(avctx->extradata + 10);
|
||||
|
Loading…
Reference in New Issue
Block a user