ffmpeg: 10l add back show_banner() that was lost in the last merge.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2011-11-21 00:06:23 +01:00
parent 3cc04b6a9a
commit 9b62241850
2 changed files with 2 additions and 0 deletions

View File

@ -4358,6 +4358,7 @@ int main(int argc, char **argv)
av_register_all();
avformat_network_init();
show_banner();
/* parse options */
parse_options(&o, argc, argv, options, opt_output_file);

View File

@ -4732,6 +4732,7 @@ int main(int argc, char **argv)
av_register_all();
avformat_network_init();
show_banner();
term_init();