mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-14 22:22:59 +02:00
avcodec/mpegvideo_enc: give magic number a name
This commit is contained in:
parent
01b1f4c9a5
commit
2d24a80e5e
@ -562,7 +562,7 @@ av_cold int ff_mpv_encode_init(AVCodecContext *avctx)
|
||||
|
||||
if ((s->mpv_flags & FF_MPV_FLAG_QP_RD) &&
|
||||
avctx->mb_decision != FF_MB_DECISION_RD) {
|
||||
av_log(avctx, AV_LOG_ERROR, "QP RD needs mbd=2\n");
|
||||
av_log(avctx, AV_LOG_ERROR, "QP RD needs mbd=rd\n");
|
||||
return AVERROR(EINVAL);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user