summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorrik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-21 20:49:55 +0000
committerrik <rik@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-10-21 20:49:55 +0000
commitf4d71bf22793350bd339d84ebf2f4823f0c521b7 (patch)
tree5b8a2b98b010f54ec42067730147190fb005e42f /libvo
parenta48f2fed9b0a899c5a66e8205564cb99fa25595b (diff)
downloadmpv-f4d71bf22793350bd339d84ebf2f4823f0c521b7.tar.bz2
mpv-f4d71bf22793350bd339d84ebf2f4823f0c521b7.tar.xz
adapting to init_put_bits prototype change
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11212 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/jpeg_enc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/jpeg_enc.c b/libvo/jpeg_enc.c
index 361a9fe047..ad2e5674e1 100644
--- a/libvo/jpeg_enc.c
+++ b/libvo/jpeg_enc.c
@@ -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);