summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
Diffstat (limited to 'libvo')
-rw-r--r--libvo/jpeg_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/jpeg_enc.c b/libvo/jpeg_enc.c
index 361a9fe047..ad2e5674e1 100644
--- a/libvo/jpeg_enc.c
+++ b/libvo/jpeg_enc.c
@@ -380,7 +380,7 @@ int jpeg_enc_frame(jpeg_enc_t *j, unsigned char *y_data,
unsigned char *source;
/* initialize the buffer */
- init_put_bits(&j->s->pb, bufr, 1024*256, NULL, NULL);
+ init_put_bits(&j->s->pb, bufr, 1024*256);
mjpeg_picture_header(j->s);