diff mpegaudio.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 1e39f273ecd6
children 932d306bf1dc
line wrap: on
line diff
--- a/mpegaudio.c	Sun Oct 12 19:18:37 2003 +0000
+++ b/mpegaudio.c	Sun Oct 12 21:25:00 2003 +0000
@@ -765,7 +765,7 @@
     }
     compute_bit_allocation(s, smr, bit_alloc, &padding);
 
-    init_put_bits(&s->pb, frame, MPA_MAX_CODED_FRAME_SIZE, NULL, NULL);
+    init_put_bits(&s->pb, frame, MPA_MAX_CODED_FRAME_SIZE);
 
     encode_frame(s, bit_alloc, padding);