mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
Merge commit '76eef04f30a768fa80366d679f3de7e9447b67d5'
* commit '76eef04f30a768fa80366d679f3de7e9447b67d5': qsvenc: Fix a misleading log message Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
50ae1f7e0f
@ -1145,7 +1145,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…
Reference in New Issue
Block a user