Merge remote-tracking branch 'upstream/master' into master

This commit is contained in:
monktan
2020-09-21 15:50:15 +08:00
13 changed files with 14 additions and 12 deletions

View File

@@ -275,7 +275,7 @@ vector<Track::Ptr> MP4Demuxer::getTracks(bool trackReady) const {
}
ret.push_back(pr.second);
}
return std::move(ret);
return ret;
}
uint64_t MP4Demuxer::getDurationMS() const {