From be49aa0fac66f4a58d33b01b438bb30fee4a3b89 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sun, 16 Jan 2005 17:55:31 +0000 Subject: **BUGFIX** trying to get rid of compiler warnings and make the test suite compile again CVS patchset: 7353 CVS date: 2005/01/16 17:55:31 --- src/libmusepack/musepack/internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libmusepack/musepack') diff --git a/src/libmusepack/musepack/internal.h b/src/libmusepack/musepack/internal.h index fce533434..42a0e7156 100644 --- a/src/libmusepack/musepack/internal.h +++ b/src/libmusepack/musepack/internal.h @@ -23,5 +23,10 @@ mpc_uint32_t swap32(mpc_uint32_t val) { /// \return -1 on errors of any kind mpc_int32_t JumpID3v2(mpc_reader* fp); +/// helper functions used by multiple files +mpc_uint32_t random_int(mpc_decoder *d); // in synth_filter.c +void mpc_decoder_initialisiere_quantisierungstabellen(mpc_decoder *d, double scale_factor); +void mpc_decoder_synthese_filter_float(mpc_decoder *d, MPC_SAMPLE_FORMAT* OutData); + #endif // _musepack_internal_h -- cgit v1.2.3