]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/huffman.c
Move XCH parameters into context structure.
[ffmpeg] / libavcodec / huffman.c
index f21a4f890f210b3c467e8f895d844d380a0c8526..853fa64a48e9aa62d6410af50276818919350202 100644 (file)
@@ -1,5 +1,5 @@
 /**
- * @file huffman.c
+ * @file
  * huffman tree builder and VLC generator
  * Copyright (c) 2006 Konstantin Shishkov
  *
@@ -21,7 +21,7 @@
  */
 
 #include "avcodec.h"
-#include "bitstream.h"
+#include "get_bits.h"
 #include "huffman.h"
 
 /* symbol for Huffman tree node */