diff lzwenc.c @ 9411:4cb7c65fc775 libavcodec

Split bitstream.h, put the bitstream writer stuff in the new file put_bits.h.
author stefano
date Sun, 12 Apr 2009 08:35:26 +0000
parents c1e6aaea75f2
children e15eb76d9e47
line wrap: on
line diff
--- a/lzwenc.c	Sun Apr 12 03:26:20 2009 +0000
+++ b/lzwenc.c	Sun Apr 12 08:35:26 2009 +0000
@@ -26,7 +26,7 @@
  */
 
 #include "avcodec.h"
-#include "bitstream.h"
+#include "put_bits.h"
 #include "lzw.h"
 
 #define LZW_MAXBITS 12