From 08f8a684919ae05a3be6365bc69c5b3cfa57cc17 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Tue, 29 Mar 2016 21:23:13 +0200 Subject: Fix libtoolame-dab PAD insertion --- libtoolame-dab/toolame.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libtoolame-dab/toolame.h') diff --git a/libtoolame-dab/toolame.h b/libtoolame-dab/toolame.h index 1c29e24..5450ca0 100644 --- a/libtoolame-dab/toolame.h +++ b/libtoolame-dab/toolame.h @@ -1,5 +1,6 @@ #ifndef __TOOLAME_H_ #define __TOOLAME_H_ +#include /* All exported functions shown here return zero * on success */ @@ -38,6 +39,7 @@ int toolame_set_pad(int pad_len); int toolame_encode_frame( short buffer[2][1152], unsigned char *xpad_data, + size_t xpad_len, unsigned char *output_buffer, size_t output_buffer_size); -- cgit v1.2.3