fix bug when seeking with VT num>den

This commit is contained in:
tildearrow 2022-10-02 01:02:01 -05:00
parent 92d5525692
commit 85f739497f
3 changed files with 46 additions and 1 deletions

View file

@ -955,6 +955,9 @@ class DivEngine {
// get warnings
String getWarnings();
// get debug info
String getPlaybackDebugInfo();
// switch master
bool switchMaster();