avconv: split printing "main options" into global and per-file.

This commit is contained in:
Anton Khirnov
2012-08-15 10:31:46 +02:00
parent 6e3857fa8c
commit f9fada2704
6 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -4634,7 +4634,7 @@ void show_help_default(const char *opt, const char *arg)
printf("usage: avserver [options]\n"
"Hyper fast multi format Audio/Video streaming server\n");
printf("\n");
show_help_options(options, "Main options:", 0, 0);
show_help_options(options, "Main options:", 0, 0, 0);
}
static const OptionDef options[] = {