mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
qsvenc: Fix a misleading log message
Signed-off-by: Zhong Li <zhong.li@intel.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
e05e5920a4
commit
76eef04f30
1 changed files with 1 additions and 1 deletions
|
|
@ -1142,7 +1142,7 @@ static void print_interlace_msg(AVCodecContext *avctx, QSVEncContext *q)
|
|||
q->param.mfx.CodecLevel > MFX_LEVEL_AVC_41)
|
||||
av_log(avctx, AV_LOG_WARNING,
|
||||
"Interlaced coding is supported"
|
||||
" at Main/High Profile Level 2.1-4.1\n");
|
||||
" at Main/High Profile Level 2.2-4.0\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue