diff options
author | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-16 22:42:59 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2008-08-16 22:42:59 +0000 |
commit | 38c1a5c4d92342b03c718cdbc1e583c49460f684 (patch) | |
tree | 7854ed3a12050337939e81db74b733f86d2408a3 /libavcodec/flacenc.c | |
parent | 81fc8a63c5eed8b151d3035ef6422663ca4cfce4 (diff) | |
download | ffmpeg-38c1a5c4d92342b03c718cdbc1e583c49460f684.tar.gz |
update my email address to one which does not depend on my service provider
Originally committed as revision 14797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/flacenc.c')
-rw-r--r-- | libavcodec/flacenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/flacenc.c b/libavcodec/flacenc.c index 3e208dceb7..161b6d386f 100644 --- a/libavcodec/flacenc.c +++ b/libavcodec/flacenc.c @@ -1,6 +1,6 @@ /** * FLAC audio encoder - * Copyright (c) 2006 Justin Ruggles <jruggle@earthlink.net> + * Copyright (c) 2006 Justin Ruggles <justin.ruggles@gmail.com> * * This file is part of FFmpeg. * |