You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to make demuxer running in loop. So that when it has reached the last sample it resets to the start of the track and keeps running. When I fetch sample = 0 into MP4D_frame_offset() it crushes at when it tries to read the 'size' at some illegal memory location.
I was trying to find where in your code you increment buffer pointers but couldn't find any. Would be nice to get an idea what could be possibly wrong.
Thanks.
The text was updated successfully, but these errors were encountered:
I was trying to make demuxer running in loop. So that when it has reached the last sample it resets to the start of the track and keeps running. When I fetch sample = 0 into MP4D_frame_offset() it crushes at when it tries to read the 'size' at some illegal memory location.
I was trying to find where in your code you increment buffer pointers but couldn't find any. Would be nice to get an idea what could be possibly wrong.
Thanks.
The text was updated successfully, but these errors were encountered: