Skip to content

Commit c4cc07d

Browse files
skuflypingkai
authored andcommitted
refactor(player): support accurate seek with 21 seconds
1 parent 2089139 commit c4cc07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mediaPlayer/SuperMediaPlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ namespace Cicada {
4545

4646
static MsgParam dummyMsg{{nullptr}};
4747

48-
const int64_t SuperMediaPlayer::SEEK_ACCURATE_MAX = 11 * 1000 * 1000;
48+
const int64_t SuperMediaPlayer::SEEK_ACCURATE_MAX = 21 * 1000 * 1000;
4949

5050
SuperMediaPlayer::SuperMediaPlayer()
5151
: mMessageControl(*this),

0 commit comments

Comments
 (0)