MP4: 修复mp4解复用定时器精度太高时读取文件太快的bug

This commit is contained in:
ziyue
2021-12-16 10:50:31 +08:00
parent b3dd440151
commit f4b6a6bd40
2 changed files with 4 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ private:
bool _have_video = false;
bool _paused = false;
float _speed = 1.0;
uint32_t _last_dts = 0;
uint32_t _seek_to;
string _file_path;
recursive_mutex _mtx;