[Mplayer-cvslog] CVS: main/libvo jpeg_enc.c,1.16,1.17

Rik Snel CVS rik at mplayerhq.hu
Tue Oct 21 22:51:07 CEST 2003


Update of /cvsroot/mplayer/main/libvo
In directory mail:/var/tmp.root/cvs-serv31882

Modified Files:
	jpeg_enc.c 
Log Message:
adapting to init_put_bits prototype change

Index: jpeg_enc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/jpeg_enc.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- jpeg_enc.c	24 Apr 2003 17:17:57 -0000	1.16
+++ jpeg_enc.c	21 Oct 2003 20:49:55 -0000	1.17
@@ -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);
 



More information about the MPlayer-cvslog mailing list