From 117a5490bd57adcb0be3274222e89fc6c7107f8b Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Mon, 13 Oct 2003 10:59:57 +0000 Subject: init_put_bits changed Originally committed as revision 2369 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/gif.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/gif.c') 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 -- cgit v1.2.3