Skip to content

Commit 73e48af

Browse files
authored
Merge pull request #2 from leela9980/main
fix mp4a parsing failure
2 parents 9b68c99 + 0e3c91e commit 73e48af

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ISOBMFF/source/MP4A.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,9 @@ namespace ISOBMFF
112112

113113
// template unsigned int(32) samplerate = { default samplerate of media } << 16;
114114
SetSampleRateRaw( stream.ReadBigEndianUInt32() );
115-
116-
container.ReadData( parser, stream );
115+
116+
// stoping reading here
117+
// container.ReadData( parser, stream );
117118
this->impl->_boxes = container.GetBoxes();
118119
}
119120

0 commit comments

Comments
 (0)