fftools/ffmpeg_opt: fix -dn flags

It's a data, not video option.
This commit is contained in:
Anton Khirnov 2023-12-18 10:24:45 +01:00
parent 84352c9891
commit 8d8c2b410f
1 changed files with 1 additions and 1 deletions

View File

@ -1958,7 +1958,7 @@ const OptionDef options[] = {
{ .func_arg = opt_data_codec },
"force data codec ('copy' to copy stream)", "codec",
.u1.name_canon = "codec", },
{ "dn", OPT_TYPE_BOOL, OPT_VIDEO | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT,
{ "dn", OPT_TYPE_BOOL, OPT_DATA | OPT_OFFSET | OPT_INPUT | OPT_OUTPUT,
{ .off = OFFSET(data_disable) }, "disable data" },
#if CONFIG_VAAPI