]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/cabac.h
Add FFMPEG_ prefix to all multiple inclusion guards.
[ffmpeg] / libavcodec / cabac.h
index 1a1d113ba136be808c065d99bc6002f05a5a5b7e..d7f58d72848f7ef1ae5e254d19c637d4f5f8555c 100644 (file)
@@ -24,8 +24,8 @@
  * Context Adaptive Binary Arithmetic Coder.
  */
 
-#ifndef CABAC_H
-#define CABAC_H
+#ifndef FFMPEG_CABAC_H
+#define FFMPEG_CABAC_H
 
 #include "bitstream.h"
 
@@ -867,4 +867,4 @@ static int get_cabac_ueg(CABACContext *c, uint8_t * state, int max, int is_signe
 }
 #endif /* 0 */
 
-#endif /* CABAC_H */
+#endif /* FFMPEG_CABAC_H */