summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2011-11-21 00:06:23 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-11-21 00:06:23 +0100
commit9b622418505099e0b3076ad67041d126c44a93f2 (patch)
tree1ffcd23fea47559c2cdf5c953c5e1a135f07c1ec /ffmpeg.c
parent3cc04b6a9a6a180533c3905613610b900f2d59cf (diff)
ffmpeg: 10l add back show_banner() that was lost in the last merge.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r--ffmpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 507c35dba4..623716a14e 100644
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -4732,6 +4732,7 @@ int main(int argc, char **argv)
av_register_all();
avformat_network_init();
+ show_banner();
term_init();