diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-09-26 17:00:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-09-26 17:00:15 +0200 |
commit | ff0c6282680e4daa67aa27fff2eba91dfcf3e9b7 (patch) | |
tree | 817dc8d7b5dc7b0b891ae859b57ec850e7b91967 | |
parent | 5c4e2e875563576c67499120a254c63897fcb73f (diff) | |
download | ffmpeg-ff0c6282680e4daa67aa27fff2eba91dfcf3e9b7.tar.gz |
ffv1:update copyright year
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavcodec/ffv1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ffv1.c b/libavcodec/ffv1.c index e8fccb66ea..1cb31871a8 100644 --- a/libavcodec/ffv1.c +++ b/libavcodec/ffv1.c @@ -1,7 +1,7 @@ /* * FFV1 codec for libavcodec * - * Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at> + * Copyright (c) 2003-2012 Michael Niedermayer <michaelni@gmx.at> * * This file is part of FFmpeg. * |