Index: webrtc/pc/channel.cc |
diff --git a/webrtc/pc/channel.cc b/webrtc/pc/channel.cc |
index e5658092c87f33734640cabcb0f035d202c1be3e..2920af53d03887e880fe542b09e8dfa76a67da06 100644 |
--- a/webrtc/pc/channel.cc |
+++ b/webrtc/pc/channel.cc |
@@ -133,10 +133,10 @@ void RtpParametersFromMediaDescription( |
params->rtcp.reduced_size = desc->rtcp_reduced_size(); |
} |
-template <class Codec, class Options> |
+template <class Codec> |
void RtpSendParametersFromMediaDescription( |
const MediaContentDescriptionImpl<Codec>* desc, |
- RtpSendParameters<Codec, Options>* send_params) { |
+ RtpSendParameters<Codec>* send_params) { |
RtpParametersFromMediaDescription(desc, send_params); |
send_params->max_bandwidth_bps = desc->bandwidth(); |
} |