Revision 5b21bdab libavcodec/mpegaudiodecheader.h
libavcodec/mpegaudiodecheader.h | ||
---|---|---|
24 | 24 |
* MPEG Audio header decoder. |
25 | 25 |
*/ |
26 | 26 |
|
27 |
#ifndef MPEGAUDIODECHEADER_H |
|
28 |
#define MPEGAUDIODECHEADER_H |
|
27 |
#ifndef FFMPEG_MPEGAUDIODECHEADER_H
|
|
28 |
#define FFMPEG_MPEGAUDIODECHEADER_H
|
|
29 | 29 |
|
30 | 30 |
#include "common.h" |
31 | 31 |
#include "mpegaudio.h" |
... | ... | |
36 | 36 |
that the frame size must be computed externally */ |
37 | 37 |
int ff_mpegaudio_decode_header(MPADecodeContext *s, uint32_t header); |
38 | 38 |
|
39 |
#endif /* MPEGAUDIODECHEADER_H */ |
|
39 |
#endif /* FFMPEG_MPEGAUDIODECHEADER_H */ |
Also available in: Unified diff