From 55d65a22abd83ea841cc2b22d10790897e145c9a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Sat, 30 Apr 2016 17:42:52 +0200 Subject: Fix DAB insertion of SCF-CRC --- libtoolame-dab/bitstream.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libtoolame-dab/bitstream.c') diff --git a/libtoolame-dab/bitstream.c b/libtoolame-dab/bitstream.c index b426a4b..28e6408 100644 --- a/libtoolame-dab/bitstream.c +++ b/libtoolame-dab/bitstream.c @@ -37,6 +37,11 @@ /* see toollame.c */ int minimum = MINIMUM; +void bs_set_minimum(int min) +{ + minimum = min; +} + /* empty the buffer to the output device when the buffer becomes full */ void empty_buffer (Bit_stream_struc * bs, int minimum) { -- cgit v1.2.3