Browse Source

avconv_opt: Add missing comma

Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
tags/n2.8
Timothy Gu Luca Barbato 10 years ago
parent
commit
629d4c5b4d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      avconv_opt.c

+ 1
- 1
avconv_opt.c 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" },


Loading…
Cancel
Save