Mercurial > libavcodec.hg
diff rl.h @ 5830:1d83e9c34641 libavcodec
Add FFMPEG_ prefix to all multiple inclusion guards.
| author | diego |
|---|---|
| date | Wed, 17 Oct 2007 09:37:46 +0000 |
| parents | 5e6d44208f91 |
| children | 42fc209231cb |
line wrap: on
line diff
--- a/rl.h Wed Oct 17 09:34:48 2007 +0000 +++ b/rl.h Wed Oct 17 09:37:46 2007 +0000 @@ -24,8 +24,8 @@ * rl header. */ -#ifndef AVCODEC_RL_H -#define AVCODEC_RL_H +#ifndef FFMPEG_RL_H +#define FFMPEG_RL_H #include <stdint.h> #include "bitstream.h" @@ -64,4 +64,4 @@ return index + level - 1; } -#endif +#endif /* FFMPEG_RL_H */
