mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 19:58:10 +08:00
修复编译警告
This commit is contained in:
@@ -177,7 +177,7 @@ static string getTrackInfoStr(const TrackSource *track_src){
|
||||
break;
|
||||
}
|
||||
}
|
||||
return std::move(codec_info);
|
||||
return codec_info;
|
||||
}
|
||||
|
||||
const ProtocolOption &MultiMediaSourceMuxer::getOption() const {
|
||||
|
||||
Reference in New Issue
Block a user