diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-04-09 10:06:54 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-04-09 10:06:54 +0000 |
commit | 952f18ffe6e367ff5c22d59b98ac1b12863d12d1 (patch) | |
tree | c3e2c2bc3a87bd37dea8d0c0e5e5d8de6f7509e6 | |
parent | cdf38a17fbd8da972dce80e4a00992d42f0ac64c (diff) | |
download | ffmpeg-952f18ffe6e367ff5c22d59b98ac1b12863d12d1.tar.gz |
cosmetics: Reformat comment paragraph and fix a few typos in it.
Originally committed as revision 18383 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/ppc/idct_altivec.c | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/libavcodec/ppc/idct_altivec.c b/libavcodec/ppc/idct_altivec.c index d262282bf0..19cc93a980 100644 --- a/libavcodec/ppc/idct_altivec.c +++ b/libavcodec/ppc/idct_altivec.c @@ -21,17 +21,17 @@ /* * NOTE: This code is based on GPL code from the libmpeg2 project. The * author, Michel Lespinasses, has given explicit permission to release - * under LGPL as part of ffmpeg. + * under LGPL as part of FFmpeg. */ /* - * FFMpeg integration by Dieter Shirley + * FFmpeg integration by Dieter Shirley * - * This file is a direct copy of the altivec idct module from the libmpeg2 - * project. I've deleted all of the libmpeg2 specific code, renamed the functions and - * re-ordered the function parameters. The only change to the IDCT function - * itself was to factor out the partial transposition, and to perform a full - * transpose at the end of the function. + * This file is a direct copy of the AltiVec IDCT module from the libmpeg2 + * project. I've deleted all of the libmpeg2-specific code, renamed the + * functions and reordered the function parameters. The only change to the + * IDCT function itself was to factor out the partial transposition, and to + * perform a full transpose at the end of the function. */ |