]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/rl.h
DCA: ARM/NEON optimised lfe_fir
[ffmpeg] / libavcodec / rl.h
index d71d3711bd306938f9a4d48bb4fd638e3ccc1ccc..64cbeddfaae5ad4dd1361bfd87efbc2e291babe9 100644 (file)
  */
 
 /**
- * @file rl.h
+ * @file libavcodec/rl.h
  * rl header.
  */
 
-#ifndef FFMPEG_RL_H
-#define FFMPEG_RL_H
+#ifndef AVCODEC_RL_H
+#define AVCODEC_RL_H
 
 #include <stdint.h>
-#include "bitstream.h"
+#include "get_bits.h"
 
 /* run length table */
 #define MAX_RUN    64
@@ -83,4 +83,4 @@ static inline int get_rl_index(const RLTable *rl, int last, int run, int level)
     return index + level - 1;
 }
 
-#endif /* FFMPEG_RL_H */
+#endif /* AVCODEC_RL_H */