diff mjpeg.c @ 1522:79dddc5cd990 libavcodec

removed the obsolete and unused parameters of init_put_bits
author alex
date Sun, 12 Oct 2003 21:25:00 +0000
parents b44267fc5ec4
children 3b31998fe22f
line wrap: on
line diff
--- a/mjpeg.c	Sun Oct 12 19:18:37 2003 +0000
+++ b/mjpeg.c	Sun Oct 12 21:25:00 2003 +0000
@@ -661,7 +661,7 @@
     AVFrame * const p= (AVFrame*)&s->current_picture;
     const int predictor= avctx->prediction_method+1;
 
-    init_put_bits(&s->pb, buf, buf_size, NULL, NULL);
+    init_put_bits(&s->pb, buf, buf_size);
 
     *p = *pict;
     p->pict_type= FF_I_TYPE;