]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/unary.h
Make sure the EC code does not attempt to use inter based concealment if there
[ffmpeg] / libavcodec / unary.h
index abd7a531b1e1dbf3e7e21989bdffcb98abe23d75..908dc9350786e56acc4166ec967ad7af20c34447 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
-#ifndef FFMPEG_UNARY_H
-#define FFMPEG_UNARY_H
+#ifndef AVCODEC_UNARY_H
+#define AVCODEC_UNARY_H
 
-#include "bitstream.h"
+#include "get_bits.h"
 
 /**
  * Get unary code of limited length
@@ -53,4 +53,4 @@ static inline int get_unary_0_9(GetBitContext *gb)
     return get_unary(gb, 0, 9);
 }
 
-#endif /* FFMPEG_UNARY_H */
+#endif /* AVCODEC_UNARY_H */