Searched refs:mSH (Results 1 – 1 of 1) sorted by relevance
1381 const mkvparser::SeekHead* mSH = mSegment->GetSeekHead(); in MatroskaExtractor() local1382 if ((mCues == NULL) && (mSH != NULL)) { in MatroskaExtractor()1383 size_t count = mSH->GetCount(); in MatroskaExtractor()1386 mEntry = mSH->GetEntry(index); in MatroskaExtractor()