sdp: remove duplicate and shadowing variable

BUG=webrtc:14420

Change-Id: I814e5d7ee13767d0c677ebfddfb9b3bcf808972a
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/288360
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Philipp Hancke <phancke@microsoft.com>
Cr-Commit-Position: refs/heads/main@{#38908}
This commit is contained in:
Philipp Hancke 2022-12-16 10:14:13 +01:00 committed by WebRTC LUCI CQ
parent ab397ddec4
commit a6c79d4bcf

View File

@ -451,7 +451,6 @@ RTCError ValidateBundledPayloadTypes(
// identical codec configuration. This means that the codecs MUST share
// the same media type, encoding name, clock rate, and any parameter
// that can affect the codec configuration and packetization.
std::map<int, RtpCodecParameters> payload_to_codec_parameters;
std::vector<const cricket::ContentGroup*> bundle_groups =
description.GetGroupsByName(cricket::GROUP_TYPE_BUNDLE);
for (const cricket::ContentGroup* bundle_group : bundle_groups) {