[FFmpeg-cvslog] ffmpeg_opt: Add missing comma

Timothy Gu git at videolan.org
Wed Aug 26 01:51:33 CEST 2015


ffmpeg | branch: master | Timothy Gu <timothygu99 at gmail.com> | Tue Aug 25 16:48:52 2015 -0700| [b144008c1ba646289453c6731073d98fd8914002] | committer: Timothy Gu

ffmpeg_opt: Add missing comma

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b144008c1ba646289453c6731073d98fd8914002
---

 ffmpeg_opt.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ffmpeg_opt.c b/ffmpeg_opt.c
index a369224..40a6e55 100644
--- a/ffmpeg_opt.c
+++ b/ffmpeg_opt.c
@@ -3234,7 +3234,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" },
 #if HAVE_VDPAU_X11
     { "vdpau_api_ver", HAS_ARG | OPT_INT | OPT_EXPERT, { &vdpau_api_ver }, "" },
 #endif



More information about the ffmpeg-cvslog mailing list