mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
优化代码
This commit is contained in:
parent
c55f26fba7
commit
b50a34bf1f
@ -104,7 +104,7 @@ vector<Track::Ptr> Demuxer::getTracks(bool trackReady) const {
|
||||
ret.emplace_back(_audioTrack);
|
||||
}
|
||||
}
|
||||
return ret;
|
||||
return std::move(ret);
|
||||
}
|
||||
|
||||
float Demuxer::getDuration() const {
|
||||
|
Loading…
Reference in New Issue
Block a user