We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b68c99 + 0e3c91e commit 73e48afCopy full SHA for 73e48af
1 file changed
ISOBMFF/source/MP4A.cpp
@@ -112,8 +112,9 @@ namespace ISOBMFF
112
113
// template unsigned int(32) samplerate = { default samplerate of media } << 16;
114
SetSampleRateRaw( stream.ReadBigEndianUInt32() );
115
-
116
- container.ReadData( parser, stream );
+
+ // stoping reading here
117
+ // container.ReadData( parser, stream );
118
this->impl->_boxes = container.GetBoxes();
119
}
120
0 commit comments