Mercurial > libavcodec.hg
diff ac3.h @ 5830:1d83e9c34641 libavcodec
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | b24bcdd0ae86 |
| children | 608c8e9ac412 |
line wrap: on
line diff
--- a/ac3.h Wed Oct 17 09:34:48 2007 +0000 +++ b/ac3.h Wed Oct 17 09:37:46 2007 +0000 @@ -24,8 +24,8 @@ * Common code between AC3 encoder and decoder. */ -#ifndef AC3_H -#define AC3_H +#ifndef FFMPEG_AC3_H +#define FFMPEG_AC3_H #include "ac3tab.h" @@ -172,4 +172,4 @@ int deltbae,int deltnseg, uint8_t *deltoffst, uint8_t *deltlen, uint8_t *deltba); -#endif /* AC3_H */ +#endif /* FFMPEG_AC3_H */
