# HG changeset patch # User diego # Date 1073879269 0 # Node ID 79442082467af5c2cf3b82a1d12c583fa07ea9d7 # Parent fa7e6193a9ef80f6505b2b327e7337b1a270f370 Happy new year to all from Argentina :-) diff -r fa7e6193a9ef -r 79442082467a mencoder.c --- a/mencoder.c Sun Jan 11 19:50:57 2004 +0000 +++ b/mencoder.c Mon Jan 12 03:47:49 2004 +0000 @@ -368,7 +368,7 @@ mp_msg_init(); mp_msg_set_level(MSGL_STATUS); - mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2003 MPlayer Team\n\n"); + mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2004 MPlayer Team\n\n"); /* Test for cpu capabilities (and corresponding OS support) for optimizing */ GetCpuCaps(&gCpuCaps); diff -r fa7e6193a9ef -r 79442082467a mplayer.c --- a/mplayer.c Sun Jan 11 19:50:57 2004 +0000 +++ b/mplayer.c Mon Jan 12 03:47:49 2004 +0000 @@ -752,7 +752,7 @@ mp_msg_init(); mp_msg_set_level(MSGL_STATUS); - mp_msg(MSGT_CPLAYER,MSGL_INFO, "MPlayer " VERSION " (C) 2000-2003 MPlayer Team\n\n"); + mp_msg(MSGT_CPLAYER,MSGL_INFO, "MPlayer " VERSION " (C) 2000-2004 MPlayer Team\n\n"); /* Test for cpu capabilities (and corresponding OS support) for optimizing */ GetCpuCaps(&gCpuCaps); #ifdef ARCH_X86