Skip to content
Snippets Groups Projects
Commit 629d4c5b authored by Timothy Gu's avatar Timothy Gu Committed by Luca Barbato
Browse files

avconv_opt: Add missing comma


Signed-off-by: default avatarLuca Barbato <lu_zero@gentoo.org>
parent e176639b
No related branches found
No related tags found
No related merge requests found
......@@ -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" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment