]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rangecoder.h
simd add_hfyu_left_prediction
[ffmpeg] / libavcodec / rangecoder.h
index 7d23b252d01afd761dcf5a772898bf39c9f6916f..281c0fde33ccb70ded12de967ebd764787795b95 100644 (file)
  */
 
 /**
- * @file rangecoder.h
+ * @file libavcodec/rangecoder.h
  * Range coder.
  */
 
-#ifndef FFMPEG_RANGECODER_H
-#define FFMPEG_RANGECODER_H
+#ifndef AVCODEC_RANGECODER_H
+#define AVCODEC_RANGECODER_H
 
 #include <stdint.h>
 #include <assert.h>
@@ -138,4 +138,4 @@ static inline int get_rac(RangeCoder *c, uint8_t * const state){
 #endif
 }
 
-#endif /* FFMPEG_RANGECODER_H */
+#endif /* AVCODEC_RANGECODER_H */