]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/lzw.h
Globally rename the header inclusion guard names.
[ffmpeg] / libavcodec / lzw.h
index 161f0dce5615c079df98a51f61c13625b8475b90..e8ff46c733c802395a4afcaef15e1d6a554dcfc8 100644 (file)
@@ -27,8 +27,8 @@
  * Modified for use in TIFF by Konstantin Shishkov
  */
 
-#ifndef FFMPEG_LZW_H
-#define FFMPEG_LZW_H
+#ifndef AVCODEC_LZW_H
+#define AVCODEC_LZW_H
 
 #include "bitstream.h"
 
@@ -56,4 +56,4 @@ void ff_lzw_encode_init(struct LZWEncodeState * s, uint8_t * outbuf, int outsize
 int ff_lzw_encode(struct LZWEncodeState * s, const uint8_t * inbuf, int insize);
 int ff_lzw_encode_flush(struct LZWEncodeState * s);
 
-#endif /* FFMPEG_LZW_H */
+#endif /* AVCODEC_LZW_H */