comparison aac.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 66fb1f3937fa
children 43fabceb40f2
comparison
equal deleted inserted replaced
7759:892ca48b7d76 7760:c4a4495715dd
25 * AAC definitions and structures 25 * AAC definitions and structures
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_AAC_H 30 #ifndef AVCODEC_AAC_H
31 #define FFMPEG_AAC_H 31 #define AVCODEC_AAC_H
32 32
33 #include "avcodec.h" 33 #include "avcodec.h"
34 #include "dsputil.h" 34 #include "dsputil.h"
35 #include "mpeg4audio.h" 35 #include "mpeg4audio.h"
36 36
270 int sf_offset; ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16 270 int sf_offset; ///< offset into pow2sf_tab as appropriate for dsp.float_to_int16
271 /** @} */ 271 /** @} */
272 272
273 } AACContext; 273 } AACContext;
274 274
275 #endif /* FFMPEG_AAC_H */ 275 #endif /* AVCODEC_AAC_H */