Revision 5b21bdab libavcodec/mpegaudiodata.h
libavcodec/mpegaudiodata.h | ||
---|---|---|
24 | 24 |
* mpeg audio layer common tables. |
25 | 25 |
*/ |
26 | 26 |
|
27 |
#ifndef MPEGAUDIODATA_H |
|
28 |
#define MPEGAUDIODATA_H |
|
27 |
#ifndef FFMPEG_MPEGAUDIODATA_H
|
|
28 |
#define FFMPEG_MPEGAUDIODATA_H
|
|
29 | 29 |
|
30 | 30 |
#include "common.h" |
31 | 31 |
|
... | ... | |
37 | 37 |
extern const int ff_mpa_quant_bits[17]; |
38 | 38 |
extern const unsigned char *ff_mpa_alloc_tables[5]; |
39 | 39 |
|
40 |
#endif /* MPEGAUDIODATA_H */ |
|
40 |
#endif /* FFMPEG_MPEGAUDIODATA_H */ |
Also available in: Unified diff