Revision 5b21bdab libavcodec/ac3.h
libavcodec/ac3.h | ||
---|---|---|
24 | 24 |
* Common code between AC3 encoder and decoder. |
25 | 25 |
*/ |
26 | 26 |
|
27 |
#ifndef AC3_H |
|
28 |
#define AC3_H |
|
27 |
#ifndef FFMPEG_AC3_H
|
|
28 |
#define FFMPEG_AC3_H
|
|
29 | 29 |
|
30 | 30 |
#include "ac3tab.h" |
31 | 31 |
|
... | ... | |
172 | 172 |
int deltbae,int deltnseg, |
173 | 173 |
uint8_t *deltoffst, uint8_t *deltlen, uint8_t *deltba); |
174 | 174 |
|
175 |
#endif /* AC3_H */ |
|
175 |
#endif /* FFMPEG_AC3_H */ |
Also available in: Unified diff