Revision 5b21bdab libavcodec/ac3_parser.h
libavcodec/ac3_parser.h | ||
---|---|---|
20 | 20 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
21 | 21 |
*/ |
22 | 22 |
|
23 |
#ifndef AC3_PARSER_H |
|
24 |
#define AC3_PARSER_H |
|
23 |
#ifndef FFMPEG_AC3_PARSER_H
|
|
24 |
#define FFMPEG_AC3_PARSER_H
|
|
25 | 25 |
|
26 | 26 |
#include "ac3.h" |
27 | 27 |
|
... | ... | |
44 | 44 |
*/ |
45 | 45 |
int ff_ac3_parse_header(const uint8_t buf[7], AC3HeaderInfo *hdr); |
46 | 46 |
|
47 |
#endif /* AC3_PARSER_H */ |
|
47 |
#endif /* FFMPEG_AC3_PARSER_H */ |
Also available in: Unified diff