Revision 5b21bdab libavcodec/mpegaudiotab.h
libavcodec/mpegaudiotab.h | ||
---|---|---|
27 | 27 |
* Most of them come from the mpeg audio specification. |
28 | 28 |
*/ |
29 | 29 |
|
30 |
#ifndef AVCODEC_MPEGAUDIOTAB_H
|
|
31 |
#define AVCODEC_MPEGAUDIOTAB_H
|
|
30 |
#ifndef FFMPEG_MPEGAUDIOTAB_H
|
|
31 |
#define FFMPEG_MPEGAUDIOTAB_H
|
|
32 | 32 |
|
33 | 33 |
#include <stdint.h> |
34 | 34 |
#include "mpegaudio.h" |
... | ... | |
115 | 115 |
|
116 | 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 */ |
Also available in: Unified diff