comparison ppc/idct_altivec.c @ 7333:a8a79f5385f6 libavcodec

cosmetics: Reformat PPC code in libavcodec according to style guidelines. This includes indentation changes, comment reformatting, consistent brace placement and some prettyprinting.
author diego
date Sun, 20 Jul 2008 18:58:30 +0000
parents 0133a6c7480f
children 266d4949aa15
comparison
equal deleted inserted replaced
7332:b1003e468c3d 7333:a8a79f5385f6
20 20
21 /* 21 /*
22 * NOTE: This code is based on GPL code from the libmpeg2 project. The 22 * NOTE: This code is based on GPL code from the libmpeg2 project. The
23 * author, Michel Lespinasses, has given explicit permission to release 23 * author, Michel Lespinasses, has given explicit permission to release
24 * under LGPL as part of ffmpeg. 24 * under LGPL as part of ffmpeg.
25 *
26 */ 25 */
27 26
28 /* 27 /*
29 * FFMpeg integration by Dieter Shirley 28 * FFMpeg integration by Dieter Shirley
30 * 29 *