# HG changeset patch # User diego # Date 1231716056 0 # Node ID 16c12cf160ef82ab6b1032921a774634690ce309 # Parent aba9a3186ce9cc44f3b1fbc3accd7f48e9f2a170 Update copyright year. diff -r aba9a3186ce9 -r 16c12cf160ef mencoder.c --- a/mencoder.c Sun Jan 11 22:53:08 2009 +0000 +++ b/mencoder.c Sun Jan 11 23:20:56 2009 +0000 @@ -421,7 +421,7 @@ // Preparse the command line m_config_preparse_command_line(mconfig,argc,argv); - mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2008 MPlayer Team\n"); + mp_msg(MSGT_CPLAYER,MSGL_INFO, "MEncoder " VERSION " (C) 2000-2009 MPlayer Team\n"); /* Test for cpu capabilities (and corresponding OS support) for optimizing */ GetCpuCaps(&gCpuCaps);