diff asv1.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 f98e81331a6f
children 932d306bf1dc
line wrap: on
line diff
--- a/asv1.c	Sun Oct 12 19:18:37 2003 +0000
+++ b/asv1.c	Sun Oct 12 21:25:00 2003 +0000
@@ -488,7 +488,7 @@
     int size;
     int mb_x, mb_y;
 
-    init_put_bits(&a->pb, buf, buf_size, NULL, NULL);
+    init_put_bits(&a->pb, buf, buf_size);
     
     *p = *pict;
     p->pict_type= I_TYPE;