mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
修复编译问题
This commit is contained in:
@@ -260,7 +260,7 @@ static string getTrackInfoStr(const TrackSource *track_src){
|
||||
break;
|
||||
}
|
||||
}
|
||||
return codec_info;
|
||||
return std::move(codec_info);
|
||||
}
|
||||
|
||||
void MultiMuxerPrivate::onAllTrackReady() {
|
||||
|
||||
Reference in New Issue
Block a user