Projects
Wiki     Source Code     Timeline     View Tickets     New Ticket     Search

Ticket #8 (new defect)

Opened 17 months ago

Definition of kALACChannelLayoutTag_MPEG_3_0_B is incorrect

Reported by: honeycomb77@… Owned by:
Priority: major Component: codec
Version: 1.0 Keywords:
Cc:

Description

In ALACAudioTypes.h it's defined as
kALACChannelLayoutTag_MPEG_3_0_B = (113<<16) | 3, C L R

While in CoreAudioTypes.h it's defined as
kAudioChannelLayoutTag_MPEG_3_0_A = (113L<<16) | 3, L C R
kAudioChannelLayoutTag_MPEG_3_0_B = (114L<<16) | 3,
C L R

Note: See TracTickets for help on using tickets.