lavc/vaapi_encode_av1: Set roi_quant_range

This commit is contained in:
David Rosca 2024-04-01 20:00:19 +02:00 committed by Mark Thompson
parent 84ce5ced31
commit 3f863f089c
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,8 @@ static av_cold int vaapi_encode_av1_configure(AVCodecContext *avctx)
priv->q_idx_idr = priv->q_idx_p = priv->q_idx_b = 128;
}
ctx->roi_quant_range = AV1_MAX_QUANT;
return 0;
}