Mercurial > audlegacy-plugins
diff src/aac/libfaad2/decoder.c @ 3005:3d6a2732f26a
Update mp4ff as well. Eternal glory for the one who finds the hidden PACKAGE in the about dialog.
| author | Tony Vroon <chainsaw@gentoo.org> |
|---|---|
| date | Wed, 08 Apr 2009 22:16:01 +0100 |
| parents | 8867d3491f60 |
| children | 169f6ee38cad |
line wrap: on
line diff
--- a/src/aac/libfaad2/decoder.c Wed Apr 08 20:12:57 2009 +0100 +++ b/src/aac/libfaad2/decoder.c Wed Apr 08 22:16:01 2009 +0100 @@ -366,7 +366,7 @@ } /* Init the library using a DecoderSpecificInfo */ -char NEAACDECAPI NeAACDecInit2(NeAACDecHandle hpDecoder, +signed char NEAACDECAPI NeAACDecInit2(NeAACDecHandle hpDecoder, unsigned char *pBuffer, unsigned long SizeOfDecoderSpecificInfo, unsigned long *samplerate,
