We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b68c99 commit 0e3c91eCopy full SHA for 0e3c91e
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