summaryrefslogtreecommitdiff
path: root/libavformat/gif.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/gif.c')
-rw-r--r--libavformat/gif.c2
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