# HG changeset patch # User rathann # Date 1123343034 0 # Node ID 8c342c68f665d883fee18f7371f0c26bfe8f0c82 # Parent 99988abe7afb379469c54793ccc83d36da1f2d1b tremor uses integer types diff -r 99988abe7afb -r 8c342c68f665 libmpcodecs/ad_libvorbis.c --- a/libmpcodecs/ad_libvorbis.c Sat Aug 06 15:43:08 2005 +0000 +++ b/libmpcodecs/ad_libvorbis.c Sat Aug 06 15:43:54 2005 +0000 @@ -218,7 +218,11 @@ { int len = 0; int samples; +#ifdef TREMOR + ogg_int32_t **pcm; +#else float **pcm; +#endif float scale; struct ov_struct_st *ov = sh->context; while(len < minlen) {