Home | History | Annotate | Download | only in mkvparser

Lines Matching refs:next_idx

3989         const long next_idx = pCurr->m_index + 1;

3991 if (next_idx < m_clusterCount)
3993 pResult = m_clusters[next_idx];