[MPlayer-dev-eng] [PATCH] Fix AC3 passthrough on Intel Macs

Reimar Döffinger Reimar.Doeffinger at gmx.de
Wed Aug 18 08:18:43 CEST 2010


On Tue, Aug 17, 2010 at 06:54:35PM -0400, Sean McGovern wrote:
> Fix AC3 passthrough on Intel Macs, version the 4th.

You can't use |= AF_FORMAT_LE, it will break if we ever
change the defines.
Why don't you do as I said and just set the format to
AF_FORMAT_AC3_LE in the case where that is the format
you want?
Wild or-ing around is just obfuscation, and anyway
what is the meaning of AF_FORMAT_LE | AF_FORMAT_BE
supposed to be?


More information about the MPlayer-dev-eng mailing list