Skip to content

Commit

Permalink
Unit test for moof
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeugma440 committed Sep 7, 2024
1 parent 5488671 commit 90f612e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ATL.unit-test/IO/AudioData/AudioData.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ public void Audio_MP3()
public void Audio_MP4()
{
testGenericAudio("MP4/mp4.m4a", 14053, 75, -1, 48000, true, CF_LOSSY, ISO_3_4_1, "MPEG-4 Part 14", 25746, 131708);
testGenericAudio("MP4/no_duration_in_moov.mp4", 87211, 0, -1, 48000, false, CF_LOSSY, STEREO, "MPEG-4 Part 14", 18820, 2252); // Bitrate is 0 as the MDAT has been manually truncated
}

[TestMethod]
Expand Down
Binary file not shown.

0 comments on commit 90f612e

Please sign in to comment.