diff options
author | Jean Delvare <jdelvare@suse.de> | 2015-09-22 10:43:27 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-09-22 10:47:35 +0200 |
commit | d9c72e0d24d3987ce8eedf8244093ac6302d655e (patch) | |
tree | 00adb4e2d87708fb8342ff9eb94871a34b724d76 /libavfilter | |
parent | 74e4948235bc8f8946eeca20525258bbf383f75d (diff) | |
download | ffmpeg-d9c72e0d24d3987ce8eedf8244093ac6302d655e.tar.gz |
Update my email address
My old address no longer works.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/vf_delogo.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <makovick@gmail.com> * Copyright (c) 2011 Stefano Sabatini - * Copyright (c) 2013 Jean Delvare <khali@linux-fr.org> + * Copyright (c) 2013 Jean Delvare <jdelvare@suse.com> * * This file is part of FFmpeg. * |