Remove WebRtcVideoEngine::default_codec_format().
R=pthatcher@webrtc.org BUG=1788 Review URL: https://webrtc-codereview.appspot.com/24399004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7029 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -161,11 +161,6 @@ class WebRtcVideoEngine2 : public sigslot::has_slots<> {
|
|||||||
// Set the VoiceEngine for A/V sync. This can only be called before Init.
|
// Set the VoiceEngine for A/V sync. This can only be called before Init.
|
||||||
bool SetVoiceEngine(WebRtcVoiceEngine* voice_engine);
|
bool SetVoiceEngine(WebRtcVoiceEngine* voice_engine);
|
||||||
|
|
||||||
// Functions called by WebRtcVideoChannel2.
|
|
||||||
const VideoFormat& default_codec_format() const {
|
|
||||||
return default_codec_format_;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool FindCodec(const VideoCodec& in);
|
bool FindCodec(const VideoCodec& in);
|
||||||
bool CanSendCodec(const VideoCodec& in,
|
bool CanSendCodec(const VideoCodec& in,
|
||||||
const VideoCodec& current,
|
const VideoCodec& current,
|
||||||
|
Reference in New Issue
Block a user