]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jpegls.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / jpegls.h
index 2aba57ba634572a006c9478c0567a5efc68d2428..792d2be3b54cebfff6d82e7e4d1a0a02a8d112ff 100644 (file)
@@ -25,8 +25,8 @@
  * JPEG-LS common code.
  */
 
-#ifndef JPEGLS_H
-#define JPEGLS_H
+#ifndef FFMPEG_JPEGLS_H
+#define FFMPEG_JPEGLS_H
 
 #include "avcodec.h"
 
@@ -108,4 +108,4 @@ static inline int ff_jpegls_update_state_regular(JLSState *state, int Q, int err
 #define R(a, i   ) (bits == 8 ?  ((uint8_t*)(a))[i]    :  ((uint16_t*)(a))[i]  )
 #define W(a, i, v) (bits == 8 ? (((uint8_t*)(a))[i]=v) : (((uint16_t*)(a))[i]=v))
 
-#endif /* JPEGLS_H */
+#endif /* FFMPEG_JPEGLS_H */