Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libmatroska2: Improve MATROSKA_CuePosInSegment
This function seems to have been copied and pasted from MATROSKA_CueTimeCode, with only minimal modifications performed to make it do what its name suggest. This means that a variable that never stores a time is called TimeCode and that the function returns INVALID_TIMECODE_T instead of INVALID_FILEPOS_T. These things have been changed. Signed-off-by: Andreas Rheinhardt <[email protected]>
- Loading branch information