Commit 629d4c5b authored by Timothy Gu's avatar Timothy Gu Committed by Luca Barbato

avconv_opt: Add missing comma

Signed-off-by: 's avatarLuca Barbato <lu_zero@gentoo.org>
parent e176639b
......@@ -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" },
......
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