Fix -Wcomment warning in webrtcsdp.cc

BUG=b/63151298
TBR=deadbeef@webrtc.org
NOTRY=True

Review-Url: https://codereview.webrtc.org/2969623002
Cr-Commit-Position: refs/heads/master@{#18843}
This commit is contained in:
kjellander 2017-06-29 23:19:31 -07:00 committed by Commit Bot
parent 5869f50f7a
commit 88af8b4b62

View File

@ -1179,8 +1179,7 @@ bool ParseExtmap(const std::string& line,
bool encrypted = false;
if (uri == RtpExtension::kEncryptHeaderExtensionsUri) {
// RFC 6904
// a=extmap:<value["/"<direction>] urn:ietf:params:rtp-hdrext:encrypt \
// <URI> <extensionattributes>
// a=extmap:<value["/"<direction>] urn:ietf:params:rtp-hdrext:encrypt <URI> <extensionattributes>
const size_t expected_min_fields_encrypted = expected_min_fields + 1;
if (fields.size() < expected_min_fields_encrypted) {
return ParseFailedExpectMinFieldNum(line, expected_min_fields_encrypted,