diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-10-23 12:13:38 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-10-23 12:14:49 +0200 |
commit | f4f8499c19734e1200a9a824734dbc36fba48ce6 (patch) | |
tree | 905bd0fb8ebb36b04b75efb4033bdfefc1cb4cb0 /libavfilter/x86 | |
parent | 76424b2da8506be50ea95e0b415f154054f0d2d1 (diff) | |
parent | f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d (diff) | |
download | ffmpeg-f4f8499c19734e1200a9a824734dbc36fba48ce6.tar.gz |
Merge commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d'
* commit 'f6633c55a3c0e93a5b2bab6aa0692fb608f2a38d':
avfilter: Fix typo in Loren's email address
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/x86')
-rw-r--r-- | libavfilter/x86/vf_gradfun.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/x86/vf_gradfun.c b/libavfilter/x86/vf_gradfun.c index 10accca105..ba192293db 100644 --- a/libavfilter/x86/vf_gradfun.c +++ b/libavfilter/x86/vf_gradfun.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 Loren Merritt <lorenm@u.washignton.edu> + * Copyright (C) 2009 Loren Merritt <lorenm@u.washington.edu> * * This file is part of FFmpeg. * |