From 629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Tue, 25 Aug 2015 16:49:07 -0700 Subject: avconv_opt: Add missing comma Signed-off-by: Luca Barbato --- avconv_opt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avconv_opt.c') diff --git a/avconv_opt.c b/avconv_opt.c index 97754169bf..b527335018 100644 --- a/avconv_opt.c +++ b/avconv_opt.c @@ -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" }, -- cgit v1.2.3