diff options
author | Jean Delvare <[email protected]> | 2015-09-22 10:43:27 +0200 |
---|---|---|
committer | Michael Niedermayer <[email protected]> | 2015-09-22 10:47:35 +0200 |
commit | d9c72e0d24d3987ce8eedf8244093ac6302d655e (patch) | |
tree | 00adb4e2d87708fb8342ff9eb94871a34b724d76 | |
parent | 74e4948235bc8f8946eeca20525258bbf383f75d (diff) |
Update my email address
My old address no longer works.
Signed-off-by: Michael Niedermayer <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 | ||||
-rw-r--r-- | libavfilter/vf_delogo.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 4a50430b14..cb17f3980a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -365,7 +365,7 @@ Filters: vf_colorlevels.c Paul B Mahol vf_deband.c Paul B Mahol vf_dejudder.c Nicholas Robbins - vf_delogo.c Jean Delvare (CC <[email protected]>) + vf_delogo.c Jean Delvare (CC <[email protected]>) vf_drawbox.c/drawgrid Andrey Utkin vf_extractplanes.c Paul B Mahol vf_histogram.c Paul B Mahol diff --git a/libavfilter/vf_delogo.c b/libavfilter/vf_delogo.c index fa5e227c4a..0178ee0413 100644 --- a/libavfilter/vf_delogo.c +++ b/libavfilter/vf_delogo.c @@ -1,7 +1,7 @@ /* * Copyright (c) 2002 Jindrich Makovicka <[email protected]> * Copyright (c) 2011 Stefano Sabatini - * Copyright (c) 2013 Jean Delvare <[email protected]> + * Copyright (c) 2013 Jean Delvare <[email protected]> * * This file is part of FFmpeg. * |