| Index: talk/media/webrtc/webrtcvideoengine2.h
|
| diff --git a/talk/media/webrtc/webrtcvideoengine2.h b/talk/media/webrtc/webrtcvideoengine2.h
|
| index 2b90953459fb849387925243ca4292ff94c579a0..f0dd16dbf68670c7742569a57b099a5a08291f91 100644
|
| --- a/talk/media/webrtc/webrtcvideoengine2.h
|
| +++ b/talk/media/webrtc/webrtcvideoengine2.h
|
| @@ -457,6 +457,8 @@ class WebRtcVideoChannel2 : public rtc::MessageHandler,
|
| const VideoCodec& codec);
|
| void ClearDecoders(std::vector<AllocatedDecoder>* allocated_decoders);
|
|
|
| + std::string GetCodecNameFromPayloadType(int payload_type);
|
| +
|
| webrtc::Call* const call_;
|
| const std::vector<uint32> ssrcs_;
|
| const std::vector<SsrcGroup> ssrc_groups_;
|
|
|