Mercurial > mplayer.hg
diff libvo/jpeg_enc.c @ 11211:e0b5cd99f82e
adapting to init_put_bits prototype change
author | rik |
---|---|
date | Tue, 21 Oct 2003 20:49:55 +0000 |
parents | 5843993013a8 |
children | 9627feb8c6fb |
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);