mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-23 01:12:20 +08:00
返回值去除std::move
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user