Skip to content

Commit

Permalink
Fix reporting of DD+ core track type
Browse files Browse the repository at this point in the history
Fixes #13
  • Loading branch information
UniqProject committed Dec 25, 2018
1 parent 9d1bcff commit 6cbfe5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BDInfo/BDROM/TSCodecAC3.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ public static void Scan(TSAudioStream stream, TSStreamBuffer buffer, ref string
if (frameType == 1) //dependent stream
{
stream.CoreStream = (TSAudioStream)stream.Clone();
stream.CoreStream.StreamType = TSStreamType.AC3_AUDIO;

if (buffer.ReadBool()) //channel remapping
{
Expand Down

0 comments on commit 6cbfe5f

Please sign in to comment.