fixed build error in sample
Change-Id: Id6ac66f5e625952918857c3e13e655452c32abc8
This commit is contained in:
parent
5b06b22b31
commit
b8cb358204
@ -142,7 +142,7 @@ int main(int argc, char* argv[])
|
||||
// size of segment payload
|
||||
printf("\t\tSize(Segment)\t\t: %lld\n", pSegment->m_size);
|
||||
|
||||
mkvparser::Tracks* const pTracks = pSegment->GetTracks();
|
||||
const mkvparser::Tracks* pTracks = pSegment->GetTracks();
|
||||
|
||||
unsigned long i = 0;
|
||||
const unsigned long j = pTracks->GetTracksCount();
|
||||
|
Loading…
x
Reference in New Issue
Block a user