# HG changeset patch # User diego # Date 1239271614 0 # Node ID 203dc1dc297c9541dd909508e3bd6eb2d6e69132 # Parent fc417197fe112dc83b0aca9b52a0e8dc31240432 cosmetics: Reformat comment paragraph and fix a few typos in it. diff -r fc417197fe11 -r 203dc1dc297c ppc/idct_altivec.c --- a/ppc/idct_altivec.c Wed Apr 08 20:48:44 2009 +0000 +++ b/ppc/idct_altivec.c Thu Apr 09 10:06:54 2009 +0000 @@ -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. */