From c52ff68852ce65cd26eb03074904f39a01519ef1 Mon Sep 17 00:00:00 2001 From: Kostya Shishkov Date: Wed, 28 Feb 2007 06:59:39 +0000 Subject: [PATCH] Looks like I'll work on it this year too Originally committed as revision 8160 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/vc1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.