enzo1982 / mp4v2

Reviving the MP4v2 project...
https://mp4v2.org
Other
135 stars 50 forks source link

fix illegal array index when IsSyncSample() m_pStssCountProperty->GetValue() == 0 #28

Closed thales-nascimento closed 1 year ago

thales-nascimento commented 1 year ago

When numStss is zero on IsSyncSample(), an illegal array index is triggered.

enzo1982 commented 1 year ago

Thanks!