| Index: talk/media/webrtc/webrtcvideoengine2.h
|
| diff --git a/talk/media/webrtc/webrtcvideoengine2.h b/talk/media/webrtc/webrtcvideoengine2.h
|
| index 155790c17a6125db8f181425888fe7982ec74304..1b8da16368470c0d8b3f92568c5114a4eeb12701 100644
|
| --- a/talk/media/webrtc/webrtcvideoengine2.h
|
| +++ b/talk/media/webrtc/webrtcvideoengine2.h
|
| @@ -112,8 +112,6 @@ class WebRtcVideoEngine2 {
|
| // Basic video engine implementation.
|
| void Init();
|
|
|
| - bool SetDefaultEncoderConfig(const VideoEncoderConfig& config);
|
| -
|
| WebRtcVideoChannel2* CreateChannel(webrtc::Call* call,
|
| const VideoOptions& options);
|
|
|
| @@ -133,9 +131,6 @@ class WebRtcVideoEngine2 {
|
| bool EnableTimedRender();
|
|
|
| bool FindCodec(const VideoCodec& in);
|
| - bool CanSendCodec(const VideoCodec& in,
|
| - const VideoCodec& current,
|
| - VideoCodec* out);
|
| // Check whether the supplied trace should be ignored.
|
| bool ShouldIgnoreTrace(const std::string& trace);
|
|
|
|
|