mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
lavc/vaapi_encode_av1: Set roi_quant_range
This commit is contained in:
parent
84ce5ced31
commit
3f863f089c
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user