Fix in mp3 seeking code to correctly set the timestamp.
This commit is contained in:
parent
c4eb021eef
commit
4de8932fe0
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ namespace Mist {
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
seekPos = keys[i].getBpos();
|
seekPos = keys[i].getBpos();
|
||||||
|
timestamp = keys[i].getTime();
|
||||||
}
|
}
|
||||||
timestamp = seekTime;
|
timestamp = seekTime;
|
||||||
fseek(inFile, seekPos, SEEK_SET);
|
fseek(inFile, seekPos, SEEK_SET);
|
||||||
|
|
Loading…
Add table
Reference in a new issue