[Mplayer-cvslog] CVS: main/libvo jpeg_enc.c,1.19,1.20
Rik Snel CVS
syncmail at mplayerhq.hu
Fri Feb 6 18:21:04 CET 2004
CVS change done by Rik Snel CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv21708
Modified Files:
jpeg_enc.c
Log Message:
get_bit_count -> put_bits_count
Index: jpeg_enc.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/jpeg_enc.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- jpeg_enc.c 31 Oct 2003 22:22:46 -0000 1.19
+++ jpeg_enc.c 6 Feb 2004 17:21:02 -0000 1.20
@@ -382,7 +382,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