Mercurial > mplayer.hg
changeset 23032:9af8162a973a
update year of mencoder version line
author | compn |
---|---|
date | Sat, 21 Apr 2007 03:20:13 +0000 |
parents | 0438442ae1eb |
children | 0922c459e61d |
files | mencoder.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mencoder.c Fri Apr 20 23:25:30 2007 +0000 +++ b/mencoder.c Sat Apr 21 03:20:13 2007 +0000 @@ -413,7 +413,7 @@ audio_encoder_t *aencoder = NULL; mp_msg_init(); - mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2006 MPlayer Team\n"); + mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2007 MPlayer Team\n"); /* Test for cpu capabilities (and corresponding OS support) for optimizing */ GetCpuCaps(&gCpuCaps);