mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
Merge commit '3d6e76b953afd36e23ef8532b81aea58a6338931'
* commit '3d6e76b953afd36e23ef8532b81aea58a6338931': qsvenc: Fix a typo of FrameRateExtD/FrameRateExtN Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
20608261f7
@ -366,7 +366,7 @@ static int check_enc_param(AVCodecContext *avctx, QSVEncContext *q)
|
||||
av_log(avctx, AV_LOG_ERROR, "Selected ratecontrol mode is unsupported\n");
|
||||
if (UNMATCH(LowPower))
|
||||
av_log(avctx, AV_LOG_ERROR, "Low power mode is unsupported\n");
|
||||
if (UNMATCH(FrameInfo.FrameRateExtN) || UNMATCH(FrameInfo.FrameRateExtN))
|
||||
if (UNMATCH(FrameInfo.FrameRateExtN) || UNMATCH(FrameInfo.FrameRateExtD))
|
||||
av_log(avctx, AV_LOG_ERROR, "Current frame rate is unsupported\n");
|
||||
if (UNMATCH(FrameInfo.PicStruct))
|
||||
av_log(avctx, AV_LOG_ERROR, "Current picture structure is unsupported\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user