diff mencoder.c @ 10417:008ff00f4223

copyright message rework, try 2
author alex
date Sun, 13 Jul 2003 15:39:52 +0000
parents 7b0bc557987b
children b411916cb86a
line wrap: on
line diff
--- a/mencoder.c	Sun Jul 13 14:48:19 2003 +0000
+++ b/mencoder.c	Sun Jul 13 15:39:52 2003 +0000
@@ -30,11 +30,6 @@
 #include "mp_msg.h"
 #include "help_mp.h"
 
-static char* banner_text=
-"\n\n"
-"MEncoder " VERSION MSGTR_MEncoderCopyright
-"\n";
-
 #include "cpudetect.h"
 
 #include "codec-cfg.h"
@@ -364,7 +359,7 @@
 
   mp_msg_init();
   mp_msg_set_level(MSGL_STATUS);
-  mp_msg(MSGT_CPLAYER,MSGL_INFO,"%s",banner_text);
+  mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2003 MPlayer Team\n\n");
 
   /* Test for cpu capabilities (and corresponding OS support) for optimizing */
   GetCpuCaps(&gCpuCaps);