diff options
author | Rob Sykes <robs@users.sourceforge.net> | 2012-12-27 11:57:32 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-12-27 11:58:16 +0100 |
commit | f2957adb23a4e895c77d78f3134a027285babb1c (patch) | |
tree | 40b10dcd6e943b6f6c9137245588c400a381b51d /libswresample | |
parent | ceee4407e3fc6d52fb6fca525c1b6980f9520dc7 (diff) | |
download | ffmpeg-f2957adb23a4e895c77d78f3134a027285babb1c.tar.gz |
soxr_resample: Correct email address
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libswresample')
-rw-r--r-- | libswresample/soxr_resample.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswresample/soxr_resample.c b/libswresample/soxr_resample.c index 0e02fcf56d..3909af2ac6 100644 --- a/libswresample/soxr_resample.c +++ b/libswresample/soxr_resample.c @@ -1,6 +1,6 @@ /* * audio resampling with soxr - * Copyright (c) 2012 Rob Sykes <aquegg@yahoo.co.uk> + * Copyright (c) 2012 Rob Sykes <robs@users.sourceforge.net> * * This file is part of FFmpeg. * |