comparison 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
comparison
equal deleted inserted replaced
9410:f7bd7e90ef9f 9411:4cb7c65fc775
46 46
47 /* The GIF format uses reversed order for bitstreams... */ 47 /* The GIF format uses reversed order for bitstreams... */
48 /* at least they don't use PDP_ENDIAN :) */ 48 /* at least they don't use PDP_ENDIAN :) */
49 #define BITSTREAM_WRITER_LE 49 #define BITSTREAM_WRITER_LE
50 50
51 #include "bitstream.h" 51 #include "put_bits.h"
52 52
53 /* bitstream minipacket size */ 53 /* bitstream minipacket size */
54 #define GIF_CHUNKS 100 54 #define GIF_CHUNKS 100
55 55
56 /* GIF header */ 56 /* GIF header */