diff gif.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 7c60077e7380
children 932543edc1d2
line wrap: on
line diff
--- a/gif.c	Sun Apr 12 03:26:20 2009 +0000
+++ b/gif.c	Sun Apr 12 08:35:26 2009 +0000
@@ -48,7 +48,7 @@
 /* at least they don't use PDP_ENDIAN :) */
 #define BITSTREAM_WRITER_LE
 
-#include "bitstream.h"
+#include "put_bits.h"
 
 /* bitstream minipacket size */
 #define GIF_CHUNKS 100