comparison faandct.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 2b72f9bc4f06
children c4a4495715dd
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
24 * @brief 24 * @brief
25 * Floating point AAN DCT 25 * Floating point AAN DCT
26 * @author Michael Niedermayer <michaelni@gmx.at> 26 * @author Michael Niedermayer <michaelni@gmx.at>
27 */ 27 */
28 28
29 #ifndef AVCODEC_FAANDCT_H 29 #ifndef FFMPEG_FAANDCT_H
30 #define AVCODEC_FAANDCT_H 30 #define FFMPEG_FAANDCT_H
31 31
32 #include "dsputil.h" 32 #include "dsputil.h"
33 33
34 #define FAAN_POSTSCALE 34 #define FAAN_POSTSCALE
35 35
36 void ff_faandct(DCTELEM * data); 36 void ff_faandct(DCTELEM * data);
37 void ff_faandct248(DCTELEM * data); 37 void ff_faandct248(DCTELEM * data);
38 38
39 #endif // AVCODEC_FAANDCT_H 39 #endif /* FFMPEG_FAANDCT_H */