comparison aactab.h @ 7760:c4a4495715dd libavcodec

Globally rename the header inclusion guard names. Consistently apply this rule: the guard name is obtained from the filename by stripping the leading "lib", converting '/' and '.' to '_' and uppercasing the resulting name. Guard names in the root directory have to be prefixed by "FFMPEG_".
author stefano
date Sun, 31 Aug 2008 07:39:47 +0000
parents 6fdffa4836a7
children dc1a7a6ec58d
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
25 * AAC data declarations 25 * AAC data declarations
26 * @author Oded Shimon ( ods15 ods15 dyndns org ) 26 * @author Oded Shimon ( ods15 ods15 dyndns org )
27 * @author Maxim Gavrilov ( maxim.gavrilov gmail com ) 27 * @author Maxim Gavrilov ( maxim.gavrilov gmail com )
28 */ 28 */
29 29
30 #ifndef FFMPEG_AACTAB_H 30 #ifndef AVCODEC_AACTAB_H
31 #define FFMPEG_AACTAB_H 31 #define AVCODEC_AACTAB_H
32 32
33 #include "libavutil/mem.h" 33 #include "libavutil/mem.h"
34 #include "aac.h" 34 #include "aac.h"
35 35
36 #include <stdint.h> 36 #include <stdint.h>
67 extern const float ff_aac_pow2sf_tab[316]; 67 extern const float ff_aac_pow2sf_tab[316];
68 #else 68 #else
69 extern float ff_aac_pow2sf_tab[316]; 69 extern float ff_aac_pow2sf_tab[316];
70 #endif /* CONFIG_HARDCODED_TABLES */ 70 #endif /* CONFIG_HARDCODED_TABLES */
71 71
72 #endif /* FFMPEG_AACTAB_H */ 72 #endif /* AVCODEC_AACTAB_H */