diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-12-21 18:17:33 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-22 00:58:08 +0100 |
commit | 28286a63d04511c786076c3ed56fa17ee8991d98 (patch) | |
tree | f447f6772d6eea6c44caf55149a0b129c825be3e /libavcodec | |
parent | e64a7f2c78d67be5797d25daebd1660cfa768fe9 (diff) | |
download | ffmpeg-28286a63d04511c786076c3ed56fa17ee8991d98.tar.gz |
videodsp_template.c: fix year
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/videodsp_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/videodsp_template.c b/libavcodec/videodsp_template.c index 350a28cc6c..7aec5eae25 100644 --- a/libavcodec/videodsp_template.c +++ b/libavcodec/videodsp_template.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002-2004 Michael Niedermayer + * Copyright (c) 2002-2012 Michael Niedermayer * Copyright (C) 2012 Ronald S. Bultje * * This file is part of Libav. |