[FFmpeg-cvslog] avconv_opt: Add missing comma
Timothy Gu
git at videolan.org
Mon Aug 31 10:00:42 CEST 2015
ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Tue Aug 25 16:49:07 2015 -0700| [629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3] | committer: Luca Barbato
avconv_opt: Add missing comma
Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=629d4c5b4deee08bf3a4f3ab45fd4f8b76d7aff3
---
avconv_opt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/avconv_opt.c b/avconv_opt.c
index 9775416..b527335 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" },
More information about the ffmpeg-cvslog
mailing list