[FFmpeg-cvslog] r18383 - trunk/libavcodec/ppc/idct_altivec.c
diego
subversion
Thu Apr 9 12:06:54 CEST 2009
Author: diego
Date: Thu Apr 9 12:06:54 2009
New Revision: 18383
Log:
cosmetics: Reformat comment paragraph and fix a few typos in it.
Modified:
trunk/libavcodec/ppc/idct_altivec.c
Modified: trunk/libavcodec/ppc/idct_altivec.c
==============================================================================
--- trunk/libavcodec/ppc/idct_altivec.c Thu Apr 9 02:13:59 2009 (r18382)
+++ trunk/libavcodec/ppc/idct_altivec.c Thu Apr 9 12:06:54 2009 (r18383)
@@ -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.
*/
More information about the ffmpeg-cvslog
mailing list