[Mplayer-cvslog] CVS: main/libmpcodecs vf_zrmjpeg.c,1.1,1.2

Rik Snel CVS syncmail at mplayerhq.hu
Fri Feb 6 18:23:22 CET 2004


CVS change done by Rik Snel CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv16168

Modified Files:
	vf_zrmjpeg.c 
Log Message:
get_bit_count -> put_bits_count

Index: vf_zrmjpeg.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_zrmjpeg.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vf_zrmjpeg.c	19 Dec 2003 22:15:37 -0000	1.1
+++ vf_zrmjpeg.c	6 Feb 2004 17:23:20 -0000	1.2
@@ -390,7 +390,7 @@
 
 	mjpeg_picture_header(j->s);
 
-	j->s->header_bits = get_bit_count(&j->s->pb);
+	j->s->header_bits = put_bits_count(&j->s->pb);
 
 	j->s->last_dc[0] = 128; 
 	j->s->last_dc[1] = 128; 




More information about the MPlayer-cvslog mailing list