comparison atrac3data.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 322023e630a6
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
23 /** 23 /**
24 * @file atrac3data.h 24 * @file atrac3data.h
25 * Atrac 3 AKA RealAudio 8 compatible decoder data 25 * Atrac 3 AKA RealAudio 8 compatible decoder data
26 */ 26 */
27 27
28 #ifndef AVCODEC_ATRAC3DATA_H 28 #ifndef FFMPEG_ATRAC3DATA_H
29 #define AVCODEC_ATRAC3DATA_H 29 #define FFMPEG_ATRAC3DATA_H
30 30
31 #include <stdint.h> 31 #include <stdint.h>
32 32
33 /* VLC tables */ 33 /* VLC tables */
34 34
135 }; 135 };
136 136
137 /* joint stereo related tables */ 137 /* joint stereo related tables */
138 static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0}; 138 static const float matrixCoeffs[8] = {0.0, 2.0, 2.0, 2.0, 0.0, 0.0, 1.0, 1.0};
139 139
140 #endif // AVCODEC_ATRAC3DATA_H 140 #endif /* FFMPEG_ATRAC3DATA_H */