aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/vaapi_encode_av1.c
diff options
context:
space:
mode:
authorTong Wu <tong1.wu@intel.com>2024-04-17 14:27:30 +0800
committerLynne <dev@lynne.ee>2024-07-02 14:15:12 +0200
commitff06343d7e9500bf5070be169f749c1010860850 (patch)
treee5065e63a8d2dcc4906d4bb3835c1e413d370b3d /libavcodec/vaapi_encode_av1.c
parentab944e06bcacb518a17a19a518975eb27ce5c43c (diff)
downloadffmpeg-ff06343d7e9500bf5070be169f749c1010860850.tar.gz
avcodec/vaapi_encode: add async_depth to common options
Signed-off-by: Tong Wu <tong1.wu@intel.com>
Diffstat (limited to 'libavcodec/vaapi_encode_av1.c')
-rw-r--r--libavcodec/vaapi_encode_av1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/vaapi_encode_av1.c b/libavcodec/vaapi_encode_av1.c
index 7740942f2c..5bd12f9f92 100644
--- a/libavcodec/vaapi_encode_av1.c
+++ b/libavcodec/vaapi_encode_av1.c
@@ -965,6 +965,7 @@ static av_cold int vaapi_encode_av1_close(AVCodecContext *avctx)
#define FLAGS (AV_OPT_FLAG_VIDEO_PARAM | AV_OPT_FLAG_ENCODING_PARAM)
static const AVOption vaapi_encode_av1_options[] = {
+ HW_BASE_ENCODE_COMMON_OPTIONS,
VAAPI_ENCODE_COMMON_OPTIONS,
VAAPI_ENCODE_RC_OPTIONS,
{ "profile", "Set profile (seq_profile)",