Module: libav Branch: master Commit: f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d
Author: Diego Biurrun <[email protected]> Committer: Diego Biurrun <[email protected]> Date: Mon Oct 21 22:35:02 2013 +0200 avfilter: Fix typo in Loren's email address --- libavfilter/gradfun.h | 2 +- libavfilter/vf_gradfun.c | 2 +- libavfilter/x86/vf_gradfun.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/gradfun.h b/libavfilter/gradfun.h index 01e9eed..f6f7311 100644 --- a/libavfilter/gradfun.h +++ b/libavfilter/gradfun.h @@ -1,6 +1,6 @@ /* * Copyright (c) 2010 Nolan Lum <[email protected]> - * Copyright (c) 2009 Loren Merritt <[email protected]> + * Copyright (c) 2009 Loren Merritt <[email protected]> * * This file is part of Libav. * diff --git a/libavfilter/vf_gradfun.c b/libavfilter/vf_gradfun.c index ed3a783..718b7fd 100644 --- a/libavfilter/vf_gradfun.c +++ b/libavfilter/vf_gradfun.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2010 Nolan Lum <[email protected]> - * Copyright (c) 2009 Loren Merritt <[email protected]> + * Copyright (c) 2009 Loren Merritt <[email protected]> * * This file is part of Libav. * diff --git a/libavfilter/x86/vf_gradfun.c b/libavfilter/x86/vf_gradfun.c index e571af7..f739047 100644 --- a/libavfilter/x86/vf_gradfun.c +++ b/libavfilter/x86/vf_gradfun.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Loren Merritt <[email protected]> + * Copyright (C) 2009 Loren Merritt <[email protected]> * * This file is part of Libav. * _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
