comparison gif.c @ 628:8909a59c9461 libavformat

common.h -> common.h/bitstream.h
author michael
date Wed, 29 Dec 2004 18:31:28 +0000
parents f998b32632d6
children af4e24d6310c
comparison
equal deleted inserted replaced
627:2cd604e839c7 628:8909a59c9461
36 * could help reduce the size of the files _a lot_... 36 * could help reduce the size of the files _a lot_...
37 * some sites mentions an RLE type compression also. 37 * some sites mentions an RLE type compression also.
38 */ 38 */
39 39
40 #include "avformat.h" 40 #include "avformat.h"
41 #include "bitstream.h"
41 42
42 /* bitstream minipacket size */ 43 /* bitstream minipacket size */
43 #define GIF_CHUNKS 100 44 #define GIF_CHUNKS 100
44 45
45 /* slows down the decoding (and some browsers doesn't like it) */ 46 /* slows down the decoding (and some browsers doesn't like it) */