banner + version printed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2979 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-11-18 19:12:25 +00:00
parent 927210800c
commit 90037e7409
1 changed files with 7 additions and 0 deletions

View File

@ -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"))){