From f4d71bf22793350bd339d84ebf2f4823f0c521b7 Mon Sep 17 00:00:00 2001 From: rik Date: Tue, 21 Oct 2003 20:49:55 +0000 Subject: [PATCH] adapting to init_put_bits prototype change git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11212 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/jpeg_enc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);