changeset 11211:e0b5cd99f82e

adapting to init_put_bits prototype change
author rik
date Tue, 21 Oct 2003 20:49:55 +0000
parents 60288914167b
children c2bae64647fe
files libvo/jpeg_enc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/jpeg_enc.c	Tue Oct 21 17:15:34 2003 +0000
+++ b/libvo/jpeg_enc.c	Tue Oct 21 20:49:55 2003 +0000
@@ -380,7 +380,7 @@
 	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);