diff vp6.c @ 9428:0dce4fe6e6f3 libavcodec

Rename bitstream.h to get_bits.h.
author stefano
date Mon, 13 Apr 2009 16:20:26 +0000
parents bee83b3f9a6b
children 8332746a9db9
line wrap: on
line diff
--- a/vp6.c	Mon Apr 13 15:11:40 2009 +0000
+++ b/vp6.c	Mon Apr 13 16:20:26 2009 +0000
@@ -29,7 +29,7 @@
 
 #include "avcodec.h"
 #include "dsputil.h"
-#include "bitstream.h"
+#include "get_bits.h"
 #include "huffman.h"
 
 #include "vp56.h"