Skip to content

Commit

Permalink
DTS Core IMAX detection as Commercial name, update
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeMartinez committed Sep 27, 2023
1 parent b2f6d6b commit 01d2c27
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Source/MediaInfo/Audio/File_Dts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -891,7 +891,10 @@ void File_Dts::Streams_Fill()

// IMAX in core-only stream
if (Type1CertifiedContent)
Fill(Stream_Audio, 0, Audio_Format_Commercial_IfAny, "DTS with T1-CC (IMAX Enhanced)");
{
Fill(Stream_Audio, 0, Audio_Format_Settings, "T1-CC");
Fill(Stream_Audio, 0, Audio_Format_Commercial_IfAny, "DTS with IMAX Enhanced");
}

// Filling
bool LegacyStreamDisplay=MediaInfoLib::Config.LegacyStreamDisplay_Get();
Expand Down

0 comments on commit 01d2c27

Please sign in to comment.