summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 23:20:56 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 23:20:56 +0000
commitd9e88d6a82a91ec517a812b7fc36b38d1b8d794b (patch)
treef4c8ed0f2d6136244b1d74dda6941e1edc523f0a /mencoder.c
parentbd2a867e43987aff91acd059f528c32c54c740eb (diff)
downloadmpv-d9e88d6a82a91ec517a812b7fc36b38d1b8d794b.tar.bz2
mpv-d9e88d6a82a91ec517a812b7fc36b38d1b8d794b.tar.xz
Update copyright year.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28306 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c
index 86445e0c01..6cc3406b7d 100644
--- a/mencoder.c
+++ b/mencoder.c
@@ -421,7 +421,7 @@ user_correct_pts = 0;
// 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);