diff h264.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 20a79b0e6d2a
children 7f9f0bedc2e1
line wrap: on
line diff
--- a/h264.c	Sun Oct 12 19:18:37 2003 +0000
+++ b/h264.c	Sun Oct 12 21:25:00 2003 +0000
@@ -4231,7 +4231,7 @@
     
     dsputil_init(&dsp, &avctx);
 
-    init_put_bits(&pb, temp, SIZE, NULL, NULL);
+    init_put_bits(&pb, temp, SIZE);
     printf("testing unsigned exp golomb\n");
     for(i=0; i<COUNT; i++){
         START_TIMER