Mercurial > libavcodec.hg
diff golomb.h @ 5830:1d83e9c34641 libavcodec
Add FFMPEG_ prefix to all multiple inclusion guards.
author | diego |
---|---|
date | Wed, 17 Oct 2007 09:37:46 +0000 |
parents | e12027d324cc |
children | 3ec34b551aae |
line wrap: on
line diff
--- a/golomb.h Wed Oct 17 09:34:48 2007 +0000 +++ b/golomb.h Wed Oct 17 09:37:46 2007 +0000 @@ -27,8 +27,8 @@ * @author Michael Niedermayer <michaelni@gmx.at> and Alex Beregszaszi */ -#ifndef AVCODEC_GOLOMB_H -#define AVCODEC_GOLOMB_H +#ifndef FFMPEG_GOLOMB_H +#define FFMPEG_GOLOMB_H #include <stdint.h> #include "bitstream.h" @@ -504,4 +504,4 @@ set_ur_golomb_jpegls(pb, v, k, limit, esc_len); } -#endif // AVCODEC_GOLOMB_H +#endif /* FFMPEG_GOLOMB_H */