diff huffman.h @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents e9d9d946f213
children 7dd2a45249a9
line wrap: on
line diff
--- a/huffman.h	Mon Apr 13 15:11:40 2009 +0000
+++ b/huffman.h	Mon Apr 13 16:20:26 2009 +0000
@@ -24,7 +24,7 @@
 #define AVCODEC_HUFFMAN_H
 
 #include "avcodec.h"
-#include "bitstream.h"
+#include "get_bits.h"
 
 typedef struct {
     int16_t  sym;