On 2008/11/20 18:01, Kodest <[EMAIL PROTECTED]> wrote:
> I think you meant NeAACDecInit(), not NeAACDecInit2(). The mpd code
> calls faacDecInit() which is defined to NeAACDecInit() in neaacdec.h.
> Btw this doesn't matter while the signatures of these two functions
> are the same in this header for me:
> --
> /* Init the library based on info from the AAC file (ADTS/ADIF) */
> long NEAACDECAPI NeAACDecInit(NeAACDecHandle hDecoder,
>                               unsigned char *buffer,
>                               unsigned long buffer_size,
>                               unsigned long *samplerate,
>                               unsigned char *channels);
> 
> /* Init the library using a DecoderSpecificInfo */
> char NEAACDECAPI NeAACDecInit2(NeAACDecHandle hDecoder, unsigned char 
> *pBuffer,
>                                unsigned long SizeOfDecoderSpecificInfo,
>                                unsigned long *samplerate, unsigned
> char *channels);

These are "unsigned long*", but another idea came to my mind: maybe
it's because the aac plugin doesn't include config.h.  Please try
that...

> [[ my embarrassing question: do you have x86_64, like me? ]] ;)

Yes.

Max

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Musicpd-dev-team mailing list
Musicpd-dev-team@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/musicpd-dev-team

Reply via email to