diff --git a/src/Player/PlayerBase.cpp b/src/Player/PlayerBase.cpp index eab05ce7..7a66a0ee 100644 --- a/src/Player/PlayerBase.cpp +++ b/src/Player/PlayerBase.cpp @@ -104,7 +104,7 @@ vector Demuxer::getTracks(bool trackReady) const { ret.emplace_back(_audioTrack); } } - return ret; + return std::move(ret); } float Demuxer::getDuration() const {