Revision 5b21bdab libavcodec/atrac3data.h
libavcodec/atrac3data.h | ||
---|---|---|
25 | 25 |
* Atrac 3 AKA RealAudio 8 compatible decoder data |
26 | 26 |
*/ |
27 | 27 |
|
28 |
#ifndef AVCODEC_ATRAC3DATA_H
|
|
29 |
#define AVCODEC_ATRAC3DATA_H
|
|
28 |
#ifndef FFMPEG_ATRAC3DATA_H
|
|
29 |
#define FFMPEG_ATRAC3DATA_H
|
|
30 | 30 |
|
31 | 31 |
#include <stdint.h> |
32 | 32 |
|
... | ... | |
137 | 137 |
/* joint stereo related tables */ |
138 | 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 */ |
Also available in: Unified diff