summaryrefslogtreecommitdiff
path: root/voice_engine/voe_video_sync_impl.h
diff options
context:
space:
mode:
authorwu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-15 23:38:54 +0000
committerwu@webrtc.org <wu@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-08-15 23:38:54 +0000
commit7fc75bbb65cc1cd99fdf45d9fce44bcce1396dfa (patch)
tree604dea40012e66f2a2b22d3637de4ee97d0cb325 /voice_engine/voe_video_sync_impl.h
parent1e817c3d470262a8dc0d7f151feb0519a65e0d26 (diff)
downloadwebrtc-7fc75bbb65cc1cd99fdf45d9fce44bcce1396dfa.tar.gz
Update talk to 50918584.
Together with Stefan's http://review.webrtc.org/1960004/. R=mallinath@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2048004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4556 4adac7df-926f-26a2-2b94-8c16560cd09d
Diffstat (limited to 'voice_engine/voe_video_sync_impl.h')
-rw-r--r--voice_engine/voe_video_sync_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/voice_engine/voe_video_sync_impl.h b/voice_engine/voe_video_sync_impl.h
index e0ec3f2f..8c516fbc 100644
--- a/voice_engine/voe_video_sync_impl.h
+++ b/voice_engine/voe_video_sync_impl.h
@@ -38,7 +38,8 @@ public:
virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp);
- virtual int GetRtpRtcp(int channel, RtpRtcp* &rtpRtcpModule);
+ virtual int GetRtpRtcp(int channel, RtpRtcp** rtpRtcpModule,
+ RtpReceiver** rtp_receiver);
protected:
VoEVideoSyncImpl(voe::SharedData* shared);