summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-13 15:39:52 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-13 15:39:52 +0000
commit8dbd85b9249385d246b11ba81d157e0b19c74e55 (patch)
tree0717df06c57e627c3de4c22cda340cf4e19c52c2 /mencoder.c
parent5da430d076afe0352164b43fd52838e93d4cb477 (diff)
downloadmpv-8dbd85b9249385d246b11ba81d157e0b19c74e55.tar.bz2
mpv-8dbd85b9249385d246b11ba81d157e0b19c74e55.tar.xz
copyright message rework, try 2
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10418 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/mencoder.c b/mencoder.c
index e7e5609227..257dcb976c 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -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 @@ unsigned int timer_start;
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);