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