From ce5773ca73462a9319c16d0afc692eb38e35af8d Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 17 Feb 2016 20:16:12 +0100 Subject: Many libtoolame-dab fixes, at least filesize is right now --- libtoolame-dab/common.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libtoolame-dab/common.h') diff --git a/libtoolame-dab/common.h b/libtoolame-dab/common.h index 8551483..0a19af6 100644 --- a/libtoolame-dab/common.h +++ b/libtoolame-dab/common.h @@ -142,9 +142,10 @@ frame_info; typedef struct bit_stream_struc { - FILE *pt; /* pointer to bit stream device */ - void *zmq_sock; /* zmq socket */ - int zmq_framesize; /* zmq frame size */ + unsigned char *output_buffer; /* output buffer */ + int output_buffer_size; + int output_buffer_written; + unsigned char *buf; /* bit stream buffer */ int buf_size; /* size of buffer (in number of bytes) */ long totbit; /* bit counter of bit stream */ -- cgit v1.2.3