mirror of https://git.ffmpeg.org/ffmpeg.git
avconv_opt: Add missing comma
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
parent
e176639bcb
commit
629d4c5b4d
|
@ -2445,7 +2445,7 @@ const OptionDef options[] = {
|
|||
"use HW accelerated decoding", "hwaccel name" },
|
||||
{ "hwaccel_device", OPT_VIDEO | OPT_STRING | HAS_ARG | OPT_EXPERT |
|
||||
OPT_SPEC | OPT_INPUT, { .off = OFFSET(hwaccel_devices) },
|
||||
"select a device for HW acceleration" "devicename" },
|
||||
"select a device for HW acceleration", "devicename" },
|
||||
{ "autorotate", HAS_ARG | OPT_BOOL | OPT_SPEC |
|
||||
OPT_EXPERT | OPT_INPUT, { .off = OFFSET(autorotate) },
|
||||
"automatically insert correct rotate filters" },
|
||||
|
|
Loading…
Reference in New Issue