|
|
|
@@ -98,7 +98,7 @@ |
|
|
|
{ "forced_idr", "Forcing I frames as IDR frames", OFFSET(qsv.forced_idr), AV_OPT_TYPE_BOOL,{ .i64 = 0 }, 0, 1, VE }, \ |
|
|
|
{ "low_power", "enable low power mode(experimental: many limitations by mfx version, BRC modes, etc.)", OFFSET(qsv.low_power), AV_OPT_TYPE_BOOL, { .i64 = 0}, 0, 1, VE},\ |
|
|
|
|
|
|
|
extern const AVCodecHWConfigInternal *ff_qsv_enc_hw_configs[]; |
|
|
|
extern const AVCodecHWConfigInternal *const ff_qsv_enc_hw_configs[]; |
|
|
|
|
|
|
|
typedef int SetEncodeCtrlCB (AVCodecContext *avctx, |
|
|
|
const AVFrame *frame, mfxEncodeCtrl* enc_ctrl); |
|
|
|
|