diff options
author | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2013-08-13 10:04:05 +0200 |
---|---|---|
committer | Thilo Borgmann <thilo.borgmann@googlemail.com> | 2013-08-13 15:45:08 +0200 |
commit | 6a64b23d93d05b765fbeff51b75d0c75e940bf9a (patch) | |
tree | bd394efd54819c772b23e8fa18f7e117dbfd9de1 /libavcodec/bgmc.c | |
parent | 8e0b6d82b3dd515ac8b371c2eec549036b9d0bae (diff) | |
download | ffmpeg-6a64b23d93d05b765fbeff51b75d0c75e940bf9a.tar.gz |
Update my email address.
Diffstat (limited to 'libavcodec/bgmc.c')
-rw-r--r-- | libavcodec/bgmc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/bgmc.c b/libavcodec/bgmc.c index 40e7d15dcc..1a6817b73f 100644 --- a/libavcodec/bgmc.c +++ b/libavcodec/bgmc.c @@ -1,6 +1,6 @@ /* * Block Gilbert-Moore decoder - * Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ googlemail.com> + * Copyright (c) 2010 Thilo Borgmann <thilo.borgmann _at_ mail.de> * * This file is part of FFmpeg. * @@ -22,7 +22,7 @@ /** * @file * Block Gilbert-Moore decoder as used by MPEG-4 ALS - * @author Thilo Borgmann <thilo.borgmann _at_ googlemail.com> + * @author Thilo Borgmann <thilo.borgmann _at_ mail.de> */ #include "libavutil/attributes.h" |