fftools/ffmpeg_opt: Document VAAPI -device usage for DirectX Adapter

Initial review at https://github.com/intel-media-ci/ffmpeg/pull/619/

Signed-off-by: Sil Vilerino <sivileri@microsoft.com>
Reviewed-by: Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com>
Reviewed-by: Wu, Tong1 <tong1.wu@intel.com>
This commit is contained in:
Sil Vilerino
2023-04-14 10:39:05 -04:00
committed by Haihao Xiang
parent d54127c41a
commit 5ff1430452
2 changed files with 4 additions and 3 deletions

View File

@@ -1767,7 +1767,7 @@ const OptionDef options[] = {
#if CONFIG_VAAPI
{ "vaapi_device", HAS_ARG | OPT_EXPERT, { .func_arg = opt_vaapi_device },
"set VAAPI hardware device (DRM path or X11 display name)", "device" },
"set VAAPI hardware device (DirectX adapter index, DRM path or X11 display name)", "device" },
#endif
#if CONFIG_QSV