mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-29 06:12:22 +08:00
修复编译问题
This commit is contained in:
@@ -121,7 +121,7 @@ string SdpTrack::toString() const {
|
||||
default:
|
||||
break;
|
||||
}
|
||||
return _printer;
|
||||
return std::move(_printer);
|
||||
}
|
||||
|
||||
static TrackType toTrackType(const string &str) {
|
||||
|
||||
Reference in New Issue
Block a user