cmdutils: extend -h to allow printing codec details.

This commit is contained in:
Anton Khirnov
2012-08-13 20:06:25 +02:00
parent 7c5012127f
commit a3ad68d36c
9 changed files with 172 additions and 32 deletions

View File

@@ -4629,7 +4629,7 @@ static void opt_debug(void)
logfilename[0] = '-';
}
static void show_help(void)
void show_help_default(const char *opt, const char *arg)
{
printf("usage: avserver [options]\n"
"Hyper fast multi format Audio/Video streaming server\n");