mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 13:20:01 +01:00
vaapi_encode_h26[45]: Make the AUD option a boolean
This commit is contained in:
@@ -1093,7 +1093,7 @@ static const AVOption vaapi_encode_h265_options[] = {
|
||||
OFFSET(qp), AV_OPT_TYPE_INT, { .i64 = 25 }, 0, 52, FLAGS },
|
||||
|
||||
{ "aud", "Include AUD",
|
||||
OFFSET(aud), AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, FLAGS },
|
||||
OFFSET(aud), AV_OPT_TYPE_BOOL, { .i64 = 0 }, 0, 1, FLAGS },
|
||||
|
||||
{ "profile", "Set profile (general_profile_idc)",
|
||||
OFFSET(profile), AV_OPT_TYPE_INT,
|
||||
|
||||
Reference in New Issue
Block a user