Commit b144008c authored by Timothy Gu's avatar Timothy Gu

ffmpeg_opt: Add missing comma

parent 0c6a92a4
...@@ -3234,7 +3234,7 @@ const OptionDef options[] = { ...@@ -3234,7 +3234,7 @@ const OptionDef options[] = {
"use HW accelerated decoding", "hwaccel name" }, "use HW accelerated decoding", "hwaccel name" },
{ "hwaccel_device", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT | { "hwaccel_device", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
OPT_SPEC | OPT_INPUT, { .off = OFFSET(hwaccel_devices) }, OPT_SPEC | OPT_INPUT, { .off = OFFSET(hwaccel_devices) },
"select a device for HW acceleration" "devicename" }, "select a device for HW acceleration", "devicename" },
#if HAVE_VDPAU_X11 #if HAVE_VDPAU_X11
{ "vdpau_api_ver", HAS_ARG | OPT_INT | OPT_EXPERT, { &vdpau_api_ver }, "" }, { "vdpau_api_ver", HAS_ARG | OPT_INT | OPT_EXPERT, { &vdpau_api_ver }, "" },
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment