diff huffyuv.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 45d761c387cd
children fcfa169fdbf8
line wrap: on
line diff
--- a/huffyuv.c	Sun Oct 12 19:18:37 2003 +0000
+++ b/huffyuv.c	Sun Oct 12 21:25:00 2003 +0000
@@ -958,7 +958,7 @@
     AVFrame * const p= &s->picture;
     int i, size;
 
-    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;