Mercurial > mplayer.hg
changeset 11778:79442082467a
Happy new year to all from Argentina :-)
author | diego |
---|---|
date | Mon, 12 Jan 2004 03:47:49 +0000 |
parents | fa7e6193a9ef |
children | 71cf4cc1a454 |
files | mencoder.c mplayer.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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);
--- 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