diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-11-11 17:06:47 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-11-11 17:06:47 +0100 |
commit | 393b234fa1e21453c6e3168aa5d32ad14c3e6e5c (patch) | |
tree | 1cd01a440e33ac57491cb1900bfd0e811e75a49a | |
parent | 825481e87baade74e91067d0ffdc5bbfcbfad2d3 (diff) | |
download | ffmpeg-393b234fa1e21453c6e3168aa5d32ad14c3e6e5c.tar.gz |
yadif, its 2011
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavfilter/vf_yadif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c index d4eed3015f..7c12ce8e21 100644 --- a/libavfilter/vf_yadif.c +++ b/libavfilter/vf_yadif.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2006-2010 Michael Niedermayer <michaelni@gmx.at> + * Copyright (C) 2006-2011 Michael Niedermayer <michaelni@gmx.at> * 2010 James Darnley <james.darnley@gmail.com> * * FFmpeg is free software; you can redistribute it and/or modify |