Closed basisbit closed 4 years ago
After last frame was read by MpegStreamReader.NextFrame, any SeekTo(frameNumber) failed because of a NullPointerException for accessing _current. Fixed by adding a null check so that _current will be set correctly to the desired frame.
After last frame was read by MpegStreamReader.NextFrame, any SeekTo(frameNumber) failed because of a NullPointerException for accessing _current. Fixed by adding a null check so that _current will be set correctly to the desired frame.