]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/jpegls.h
Generic metadata API.
[ffmpeg] / libavcodec / jpegls.h
index 2aba57ba634572a006c9478c0567a5efc68d2428..c2b22e25e611ad155c1ceecc8f1f5f448760e4c3 100644 (file)
@@ -25,8 +25,8 @@
  * JPEG-LS common code.
  */
 
-#ifndef JPEGLS_H
-#define JPEGLS_H
+#ifndef AVCODEC_JPEGLS_H
+#define AVCODEC_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 /* AVCODEC_JPEGLS_H */