diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-16 17:55:31 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2005-01-16 17:55:31 +0000 |
commit | be49aa0fac66f4a58d33b01b438bb30fee4a3b89 (patch) | |
tree | d34708b48bbec272a4720c896e5b95f1e3bfd0a7 /src/libmusepack/musepack/internal.h | |
parent | c085fd10b4ad686c90d25264bdda16b7396ecc63 (diff) | |
download | xine-lib-be49aa0fac66f4a58d33b01b438bb30fee4a3b89.tar.gz xine-lib-be49aa0fac66f4a58d33b01b438bb30fee4a3b89.tar.bz2 |
**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
Diffstat (limited to 'src/libmusepack/musepack/internal.h')
-rw-r--r-- | src/libmusepack/musepack/internal.h | 5 |
1 files changed, 5 insertions, 0 deletions
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 |