Revision 5b21bdab libavformat/mpeg.h
libavformat/mpeg.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVFORMAT_MPEG_H
|
|
23 |
#define AVFORMAT_MPEG_H
|
|
22 |
#ifndef FFMPEG_MPEG_H
|
|
23 |
#define FFMPEG_MPEG_H
|
|
24 | 24 |
|
25 | 25 |
#define PACK_START_CODE ((unsigned int)0x000001ba) |
26 | 26 |
#define SYSTEM_HEADER_START_CODE ((unsigned int)0x000001bb) |
... | ... | |
57 | 57 |
|
58 | 58 |
static const int lpcm_freq_tab[4] = { 48000, 96000, 44100, 32000 }; |
59 | 59 |
|
60 |
#endif /* AVFORMAT_MPEG_H */ |
|
60 |
#endif /* FFMPEG_MPEG_H */ |
Also available in: Unified diff