avoid stdio.h

Originally committed as revision 4585 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer
2005-09-11 23:19:57 +00:00
parent b4abfb3060
commit a1689e2f19
3 changed files with 12 additions and 13 deletions

View File

@@ -4495,7 +4495,7 @@ static void show_help(void)
show_help_options(options, "\nAdvanced options:\n",
OPT_EXPERT | OPT_AUDIO | OPT_VIDEO | OPT_GRAB,
OPT_EXPERT);
av_opt_show(avctx_opts, stdout);
av_opt_show(avctx_opts, NULL);
exit(1);
}