Commit 9b622418 authored by Michael Niedermayer's avatar Michael Niedermayer

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

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3cc04b6a
...@@ -4358,6 +4358,7 @@ int main(int argc, char **argv) ...@@ -4358,6 +4358,7 @@ int main(int argc, char **argv)
av_register_all(); av_register_all();
avformat_network_init(); avformat_network_init();
show_banner();
/* parse options */ /* parse options */
parse_options(&o, argc, argv, options, opt_output_file); parse_options(&o, argc, argv, options, opt_output_file);
......
...@@ -4732,6 +4732,7 @@ int main(int argc, char **argv) ...@@ -4732,6 +4732,7 @@ int main(int argc, char **argv)
av_register_all(); av_register_all();
avformat_network_init(); avformat_network_init();
show_banner();
term_init(); term_init();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment