diff options
author | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:41:37 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2007-07-05 10:41:37 +0000 |
commit | bd9fb0a6e1c5b9095a979bbcecf980e1b5119ea9 (patch) | |
tree | bab04e7dc44e7430e6c7bdb7a95adcaf331ec359 /libavcodec/alpha | |
parent | e5a389a1b70a32a56aa83377e88bf718251aa8f0 (diff) | |
download | ffmpeg-bd9fb0a6e1c5b9095a979bbcecf980e1b5119ea9.tar.gz |
UTF-8 conversion
Originally committed as revision 9485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r-- | libavcodec/alpha/simple_idct_alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/alpha/simple_idct_alpha.c b/libavcodec/alpha/simple_idct_alpha.c index c1d47082a1..0eac21fd5f 100644 --- a/libavcodec/alpha/simple_idct_alpha.c +++ b/libavcodec/alpha/simple_idct_alpha.c @@ -6,7 +6,7 @@ * based upon some outcommented C code from mpeg2dec (idct_mmx.c * written by Aaron Holtzman <aholtzma@ess.engr.uvic.ca>) * - * Alpha optimizations by Måns Rullgård <mru@users.sourceforge.net> + * Alpha optimizations by MÃ¥ns RullgÃ¥rd <mru@users.sourceforge.net> * and Falk Hueffner <falk@debian.org> * * This file is part of FFmpeg. |