From: Michael Niedermayer <[email protected]> Signed-off-by: Anton Khirnov <[email protected]> --- libavfilter/vf_yadif.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c index 7685bb4..42a7219 100644 --- a/libavfilter/vf_yadif.c +++ b/libavfilter/vf_yadif.c @@ -1,5 +1,6 @@ /* * Copyright (C) 2006-2010 Michael Niedermayer <[email protected]> + * 2010 James Darnley <[email protected]> * * This file is part of Libav. * -- 1.7.4.1 _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
