Browse Source

avconv: remove bogus warning when using avconv -h without parameter

tags/n1.1
Janne Grunau 13 years ago
parent
commit
8d09d39a4b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      avconv_opt.c

+ 1
- 1
avconv_opt.c View File

@@ -1792,7 +1792,7 @@ void show_help_default(const char *opt, const char *arg)
const int per_file = OPT_SPEC | OPT_OFFSET | OPT_PERFILE;
int show_advanced = 0, show_avoptions = 0;

if (opt) {
if (opt && *opt) {
if (!strcmp(opt, "long"))
show_advanced = 1;
else if (!strcmp(opt, "full"))


Loading…
Cancel
Save