diff cabac.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents bc467895b8c9
children 94f4e36639ae
line wrap: on
line diff
--- a/cabac.h	Wed Oct 17 09:34:48 2007 +0000
+++ b/cabac.h	Wed Oct 17 09:37:46 2007 +0000
@@ -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 @@
 }
 #endif /* 0 */
 
-#endif /* CABAC_H */
+#endif /* FFMPEG_CABAC_H */