diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2003-10-13 10:59:57 +0000 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2003-10-13 10:59:57 +0000 |
commit | 117a5490bd57adcb0be3274222e89fc6c7107f8b (patch) | |
tree | c66d8b12e4e17a2c9fb15196bd5fe7a3781e8e84 /libavformat/gif.c | |
parent | c58222c56caf409244bb493db4fa9199d908db50 (diff) | |
download | ffmpeg-117a5490bd57adcb0be3274222e89fc6c7107f8b.tar.gz |
init_put_bits changed
Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/gif.c')
-rw-r--r-- | libavformat/gif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gif.c b/libavformat/gif.c index cd7cf9371f..e64bd51b15 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -240,7 +240,7 @@ static int gif_image_write_image(ByteIOContext *pb, left= width * height; - init_put_bits(&p, buffer, 130, NULL, NULL); + init_put_bits(&p, buffer, 130); /* * the thing here is the bitstream is written as little packets, with a size byte before |