Skip to content

Commit 0e3c91e

Browse files
author
Leelakrishna Kantamneni
committed
fix mp4a parsing failure
1 parent 9b68c99 commit 0e3c91e

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)