diff mencoder.c @ 23032:9af8162a973a

update year of mencoder version line
author compn
date Sat, 21 Apr 2007 03:20:13 +0000
parents 06dd10ccb659
children 9561da3cdc3a
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);