comparison faandct.h @ 2967:ef2149182f1c libavcodec

COSMETICS: Remove all trailing whitespace.
author diego
date Sat, 17 Dec 2005 18:14:38 +0000
parents aa4dc16c0f18
children 0b546eab515d
comparison
equal deleted inserted replaced
2966:564788471dd4 2967:ef2149182f1c
18 * 18 *
19 */ 19 */
20 20
21 /** 21 /**
22 * @file faandct.h 22 * @file faandct.h
23 * @brief 23 * @brief
24 * Floating point AAN DCT 24 * Floating point AAN DCT
25 * @author Michael Niedermayer <michaelni@gmx.at> 25 * @author Michael Niedermayer <michaelni@gmx.at>
26 */ 26 */
27 27
28 #define FAAN_POSTSCALE 28 #define FAAN_POSTSCALE
29 29
30 void ff_faandct(DCTELEM * data); 30 void ff_faandct(DCTELEM * data);
31 void ff_faandct248(DCTELEM * data); 31 void ff_faandct248(DCTELEM * data);