]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/huffman.h
Change all occurences of "inofficial" to "unofficial" in code, comments
[ffmpeg] / libavcodec / huffman.h
index bfb772334a8d9137761010dcea116bbaa7ea625c..3c08e6fb1b9e8de6cae0aa77338e252c83a004d2 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file huffman.h
+ * @file
  * huffman tree builder and VLC generator
  * Copyright (C) 2007  Aurelien Jacobs <aurel@gnuage.org>
  *
@@ -24,7 +24,7 @@
 #define AVCODEC_HUFFMAN_H
 
 #include "avcodec.h"
-#include "bitstream.h"
+#include "get_bits.h"
 
 typedef struct {
     int16_t  sym;