Re: Still having problems with ac3 in DVD Player
Re: Still having problems with ac3 in DVD Player
- Subject: Re: Still having problems with ac3 in DVD Player
- From: Fabian Renn <email@hidden>
- Date: Thu, 11 Aug 2005 15:59:09 +0200
Hello Chris,
thanks for your solution. That, in deed, was the problem, and now dvd
player at least doesn't crash anymore!! It still doesn't run
smoothly, but its getting there.
Fabian
On Aug 11, 2005, at 6:07 AM, Chris Thomas wrote:
On Aug 10, 2005, at 10:08 AM, Fabian Renn wrote:
srcBuf = &( ( ( SInt16 * ) mixBuf )[firstSampleFrame *
streamFormat->fNumChannels] );
AC-3 is non-mixable. You want:
srcBuf = ( SInt16 * ) mixBuf;
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden