diff lzw.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents c68b9a261f79
children dfdff1ca78a7
line wrap: on
line diff
--- a/lzw.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/lzw.h	Wed Oct 17 09:37:46 2007 +0000
@@ -27,8 +27,8 @@
  * Modified for use in TIFF by Konstantin Shishkov
  */
 
-#ifndef LZW_H
-#define LZW_H
+#ifndef FFMPEG_LZW_H
+#define FFMPEG_LZW_H
 
 #include "bitstream.h"
 
@@ -56,4 +56,4 @@
 int ff_lzw_encode(struct LZWEncodeState * s, const uint8_t * inbuf, int insize);
 int ff_lzw_encode_flush(struct LZWEncodeState * s);
 
-#endif
+#endif /* FFMPEG_LZW_H */