summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-18 19:12:25 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-18 19:12:25 +0000
commit90037e7409df56acc5cb50a414c08b268e074bb0 (patch)
tree858c43b217bf356d3bbab0209b30e01331decbf0 /mencoder.c
parent927210800c595524596223991abb8db2753f24a0 (diff)
downloadmpv-90037e7409df56acc5cb50a414c08b268e074bb0.tar.bz2
mpv-90037e7409df56acc5cb50a414c08b268e074bb0.tar.xz
banner + version printed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2979 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/mencoder.c b/mencoder.c
index 9c8c831295..c1c38a5cf6 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -10,8 +10,14 @@
#include "config.h"
#include "mp_msg.h"
+#include "version.h"
#include "help_mp.h"
+static char* banner_text=
+"\n\n"
+"MEncoder " VERSION "(C) 2000-2001 Arpad Gereoffy (see DOCS!)\n"
+"\n";
+
#include "codec-cfg.h"
#include "stream.h"
@@ -256,6 +262,7 @@ int num_filenames;
//unsigned char* out_buffer=malloc(out_buffer_size);
mp_msg_init(MSGL_STATUS);
+ mp_msg(MSGT_CPLAYER,MSGL_INFO,"%s",banner_text);
// check codec.conf
if(!parse_codec_cfg(get_path("codecs.conf"))){