summaryrefslogtreecommitdiff
path: root/libavcodec/vc1.c
diff options
context:
space:
mode:
authorKostya Shishkov <kostya.shishkov@gmail.com>2007-02-28 06:59:39 +0000
committerKostya Shishkov <kostya.shishkov@gmail.com>2007-02-28 06:59:39 +0000
commitc52ff68852ce65cd26eb03074904f39a01519ef1 (patch)
tree49f9517f5a46e4aa06d40a5046bfcfcac9c331b4 /libavcodec/vc1.c
parent9d1f80f2070349429e2f4d45a03fbd34a5c6bcf4 (diff)
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/vc1.c')
-rw-r--r--libavcodec/vc1.c2
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.