commit | a27be8e4a1f59a51ecafba71ba30ddd0bcc9f1f1 | [log] [tgz] |
---|---|---|
author | mallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Sep 27 23:04:10 2013 +0000 |
committer | mallinath@webrtc.org <mallinath@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d> | Fri Sep 27 23:04:10 2013 +0000 |
tree | 443676fc980f8ccdf2ca59392e64f145df5c11d8 | |
parent | 34c50c1de108244a70e7a9eb7648df5afdfd716f [diff] [blame] |
Update libjingle to CL 53398036. Review URL: https://webrtc-codereview.appspot.com/2323004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4872 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/talk/media/webrtc/webrtcvideoengine.h b/talk/media/webrtc/webrtcvideoengine.h index f0293bb..2489753 100644 --- a/talk/media/webrtc/webrtcvideoengine.h +++ b/talk/media/webrtc/webrtcvideoengine.h
@@ -104,7 +104,7 @@ void Terminate(); int GetCapabilities(); - bool SetOptions(int options); + bool SetOptions(const VideoOptions &options); bool SetDefaultEncoderConfig(const VideoEncoderConfig& config); WebRtcVideoMediaChannel* CreateChannel(VoiceMediaChannel* voice_channel);