This commit is contained in:
Peng Cheng 2026-06-06 06:12:54 +08:00 committed by GitHub
commit 7ee731cc93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -297,7 +297,7 @@ srs_error_t SrsSSRCGroup::encode(std::ostringstream &os)
for (int i = 0; i < (int)ssrcs_.size(); i++) {
os << " " << ssrcs_[i];
}
os << kCRLF;
return err;
}