summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-02 14:10:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-01-02 14:10:13 +0000
commite9a2cd57384874270b718500f57849028ab97360 (patch)
tree25442935d7909796b78973b7e2148cac3aeed8e9 /mencoder.c
parent135f2ee34b4511436a5b00242f602cc5bcec9518 (diff)
downloadmpv-e9a2cd57384874270b718500f57849028ab97360.tar.bz2
mpv-e9a2cd57384874270b718500f57849028ab97360.tar.xz
happy new year
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14297 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 6a5468823b..be80880663 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -391,7 +391,7 @@ unsigned int timer_start;
mp_msg_init();
mp_msg_set_level(MSGL_STATUS);
- mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2004 MPlayer Team\n");
+ mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2005 MPlayer Team\n");
/* Test for cpu capabilities (and corresponding OS support) for optimizing */
GetCpuCaps(&gCpuCaps);