Handle mkv file without cue point
Some mkv or mka files don't have any cue point, especially mka file which is transformed from ffmpeg. When user plays such mkv or mka file, user cannot seek to correct position. To handle this issue, we ignore cues and load clusters. When we seek and find that it has no cue point, we call seekwithoutcue function, which will find correct position from loaded clusters. Bug: 123150866 Test: Test with a mkv or mka file without CUES and check if we can can seek to correct position and play normally. Change-Id: I77cb64ebee6261545ab3eff6a38538d854408b47
Loading
Please register or sign in to comment