avconv_opt: Add missing comma

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
This commit is contained in:
Timothy Gu 2015-08-25 16:49:07 -07:00 committed by Luca Barbato
parent e176639bcb
commit 629d4c5b4d
1 changed files with 1 additions and 1 deletions

View File

@ -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" },