mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 20:15:58 +08:00
AI automatically translates all comments in the code into English (#3917)
This commit is contained in:
@@ -38,7 +38,8 @@ PlayerBase::Ptr PlayerBase::createPlayer(const EventPoller::Ptr &in_poller, cons
|
||||
string prefix = findSubString(url.data(), NULL, "://");
|
||||
auto pos = url.find('?');
|
||||
if (pos != string::npos) {
|
||||
//去除?后面的字符串
|
||||
// 去除?后面的字符串 [AUTO-TRANSLATED:0ccb41c2]
|
||||
// Remove the string after the question mark
|
||||
url = url.substr(0, pos);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user