Re: Problem while decoding higher Kbps files
Rob Leslie <[email protected]> Tue, 27 Sep 2005 14:11:30 -0700
| Newsgroups | gmane.comp.audio.mad.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sep 27, 2005, at 5:37 AM, Swapnil Wagle wrote:
> When I debugged I found out that there is a funcion in
> 'Layer3.c' called 'III_stereo' which gets called when the Kbps is
> higher than 32.
>
> if (header->mode == MAD_MODE_JOINT_STEREO && header-
> >mode_extension)
> {
> WinDrawChars("Namaste",7,30,90);
> error = III_stereo(xr, granule, header, sfbwidth[0]);
> if (error)
> return error;
> }
>
> This causes the crash.If I comment this function that
> appliation doesnt crashes but the decoding doesnt takes place.
Where, specifically, is it crashing, and what is the cause? I don't
have enough information to even guess what might be the problem.
--
Rob Leslie
[email protected]