diff h264.c @ 1524:7f9f0bedc2e1 libavcodec

10l
author alex
date Mon, 13 Oct 2003 08:02:46 +0000
parents 79dddc5cd990
children dd544554ed42
line wrap: on
line diff
--- a/h264.c	Sun Oct 12 21:32:58 2003 +0000
+++ b/h264.c	Mon Oct 13 08:02:46 2003 +0000
@@ -4256,7 +4256,7 @@
     }
     
     
-    init_put_bits(&pb, temp, SIZE, NULL, NULL);
+    init_put_bits(&pb, temp, SIZE);
     printf("testing signed exp golomb\n");
     for(i=0; i<COUNT; i++){
         START_TIMER