comparison mpegaudiotab.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 3fd46e281bd8
children c4a4495715dd
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
25 * @file mpegaudiotab.h 25 * @file mpegaudiotab.h
26 * mpeg audio layer 2 tables. 26 * mpeg audio layer 2 tables.
27 * Most of them come from the mpeg audio specification. 27 * Most of them come from the mpeg audio specification.
28 */ 28 */
29 29
30 #ifndef AVCODEC_MPEGAUDIOTAB_H 30 #ifndef FFMPEG_MPEGAUDIOTAB_H
31 #define AVCODEC_MPEGAUDIOTAB_H 31 #define FFMPEG_MPEGAUDIOTAB_H
32 32
33 #include <stdint.h> 33 #include <stdint.h>
34 #include "mpegaudio.h" 34 #include "mpegaudio.h"
35 35
36 #define SQRT2 1.41421356237309514547 36 #define SQRT2 1.41421356237309514547
113 -75, -75, -75, -75, -91, -107, -110, -108 113 -75, -75, -75, -75, -91, -107, -110, -108
114 }; 114 };
115 115
116 static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 }; 116 static const unsigned char nb_scale_factors[4] = { 3, 2, 1, 2 };
117 117
118 #endif // AVCODEC_MPEGAUDIOTAB_H 118 #endif /* FFMPEG_MPEGAUDIOTAB_H */