Mercurial > libavformat.hg
comparison gif.c @ 276:3dd3646e0164 libavformat
init_put_bits changed
author | alex |
---|---|
date | Mon, 13 Oct 2003 10:59:57 +0000 |
parents | 3d92f793fd67 |
children | a44f75c31b8d |
comparison
equal
deleted
inserted
replaced
275:377bd276adaa | 276:3dd3646e0164 |
---|---|
238 | 238 |
239 put_byte(pb, 0x08); | 239 put_byte(pb, 0x08); |
240 | 240 |
241 left= width * height; | 241 left= width * height; |
242 | 242 |
243 init_put_bits(&p, buffer, 130, NULL, NULL); | 243 init_put_bits(&p, buffer, 130); |
244 | 244 |
245 /* | 245 /* |
246 * the thing here is the bitstream is written as little packets, with a size byte before | 246 * the thing here is the bitstream is written as little packets, with a size byte before |
247 * but it's still the same bitstream between packets (no flush !) | 247 * but it's still the same bitstream between packets (no flush !) |
248 */ | 248 */ |