diff options
author | Clément Bœsch <u@pkh.me> | 2013-09-03 20:42:24 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2013-09-03 20:42:24 +0200 |
commit | 493ebbd7eb08a84114e32c48fb13a480e78ae261 (patch) | |
tree | 7f6c0df3a47d17b457b0f92e363151cb1e0811a0 /libavfilter | |
parent | 060c6c4647530762ab594f62a964cf9f9621e8ce (diff) | |
download | ffmpeg-493ebbd7eb08a84114e32c48fb13a480e78ae261.tar.gz |
Update copyrights where my email appears with the new one.
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/af_pan.c | 2 | ||||
-rw-r--r-- | libavfilter/af_silencedetect.c | 2 | ||||
-rw-r--r-- | libavfilter/vf_geq.c | 2 | ||||
-rw-r--r-- | libavfilter/vf_owdenoise.c | 2 | ||||
-rw-r--r-- | libavfilter/vf_spp.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c index 800c40a851..757f121861 100644 --- a/libavfilter/af_pan.c +++ b/libavfilter/af_pan.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2002 Anders Johansson <ajh@atri.curtin.edu.au> - * Copyright (c) 2011 Clément Bœsch <ubitux@gmail.com> + * Copyright (c) 2011 Clément Bœsch <u pkh me> * Copyright (c) 2011 Nicolas George <nicolas.george@normalesup.org> * * This file is part of FFmpeg. diff --git a/libavfilter/af_silencedetect.c b/libavfilter/af_silencedetect.c index 0ae3c24346..cf559d4a84 100644 --- a/libavfilter/af_silencedetect.c +++ b/libavfilter/af_silencedetect.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012 Clément Bœsch <ubitux@gmail.com> + * Copyright (c) 2012 Clément Bœsch <u pkh me> * * This file is part of FFmpeg. * diff --git a/libavfilter/vf_geq.c b/libavfilter/vf_geq.c index 70bcdbe80b..fe5314088b 100644 --- a/libavfilter/vf_geq.c +++ b/libavfilter/vf_geq.c @@ -1,6 +1,6 @@ /* * Copyright (C) 2006 Michael Niedermayer <michaelni@gmx.at> - * Copyright (C) 2012 Clément Bœsch <ubitux@gmail.com> + * Copyright (C) 2012 Clément Bœsch <u pkh me> * * This file is part of FFmpeg. * diff --git a/libavfilter/vf_owdenoise.c b/libavfilter/vf_owdenoise.c index cdc0e7c689..f82982a8ac 100644 --- a/libavfilter/vf_owdenoise.c +++ b/libavfilter/vf_owdenoise.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2007 Michael Niedermayer <michaelni@gmx.at> - * Copyright (c) 2013 Clément Bœsch <ubitux@gmail.com> + * Copyright (c) 2013 Clément Bœsch <u pkh me> * * This file is part of FFmpeg. * diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c index 9dbd85297a..aa117e46bf 100644 --- a/libavfilter/vf_spp.c +++ b/libavfilter/vf_spp.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2003 Michael Niedermayer <michaelni@gmx.at> - * Copyright (c) 2013 Clément Bœsch <ubitux@gmail.com> + * Copyright (c) 2013 Clément Bœsch <u pkh me> * * This file is part of FFmpeg. * |