Mercurial > libavcodec.hg
comparison aacdectab.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 | 3f6fc60f1ed3 |
children | 209a9ad96a6c |
comparison
equal
deleted
inserted
replaced
7759:892ca48b7d76 | 7760:c4a4495715dd |
---|---|
25 * AAC decoder data | 25 * AAC decoder data |
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_AACDECTAB_H | 30 #ifndef AVCODEC_AACDECTAB_H |
31 #define FFMPEG_AACDECTAB_H | 31 #define AVCODEC_AACDECTAB_H |
32 | 32 |
33 #include "aac.h" | 33 #include "aac.h" |
34 | 34 |
35 #include <stdint.h> | 35 #include <stdint.h> |
36 | 36 |
204 tns_tmp2_map_1_3, | 204 tns_tmp2_map_1_3, |
205 tns_tmp2_map_1_4 | 205 tns_tmp2_map_1_4 |
206 }; | 206 }; |
207 // @} | 207 // @} |
208 | 208 |
209 #endif /* FFMPEG_AACDECTAB_H */ | 209 #endif /* AVCODEC_AACDECTAB_H */ |