diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-02-28 06:59:39 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-02-28 06:59:39 +0000 |
commit | c52ff68852ce65cd26eb03074904f39a01519ef1 (patch) | |
tree | 49f9517f5a46e4aa06d40a5046bfcfcac9c331b4 /libavcodec | |
parent | 9d1f80f2070349429e2f4d45a03fbd34a5c6bcf4 (diff) | |
download | ffmpeg-c52ff68852ce65cd26eb03074904f39a01519ef1.tar.gz |
Looks like I'll work on it this year too
Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/vc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 5993f1573c..deea0fd6c9 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -1,6 +1,6 @@ /* * VC-1 and WMV3 decoder - * Copyright (c) 2006 Konstantin Shishkov + * Copyright (c) 2006-2007 Konstantin Shishkov * Partly based on vc9.c (c) 2005 Anonymous, Alex Beregszaszi, Michael Niedermayer * * This file is part of FFmpeg. |