mirror of
https://github.com/mpv-player/mpv
synced 2025-02-05 22:52:18 +00:00
adapting to init_put_bits prototype change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11212 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a48f2fed9b
commit
f4d71bf227
@ -380,7 +380,7 @@ int jpeg_enc_frame(jpeg_enc_t *j, unsigned char *y_data,
|
||||
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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user