Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Atmos channel layouts from CoreAudioTypes.h. #1969

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,16 @@ static string Mpeg4_chan_ChannelDescription_Layout (int32u ChannelLabel)
case 43 : return "DialogCentricMix";
case 44 : return "CenterSurroundDirect";
case 45 : return "Haptic";
case 46 : return "Ltf";
case 47 : return "Ctf";
case 48 : return "Rtf";
case 49 : return "Ltm";
case 50 : return "Ctm";
case 51 : return "Rtm";
case 52 : return "Ltr";
case 53 : return "Ctr";
case 54 : return "Rtr";

case 200 : return "W";
case 201 : return "X";
case 202 : return "Y";
Expand Down