summaryrefslogtreecommitdiff
path: root/voice_engine/voe_video_sync_impl.h
diff options
context:
space:
mode:
authortnakamura@webrtc.org <tnakamura@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-16 19:25:04 +0000
committertnakamura@webrtc.org <tnakamura@webrtc.org@4adac7df-926f-26a2-2b94-8c16560cd09d>2013-07-16 19:25:04 +0000
commit0ba496bf33feea212277927f212b4b02556c8f8b (patch)
treeeabccaba985d5ee504a512dde757988fe73f8a0e /voice_engine/voe_video_sync_impl.h
parent2eb721ebb84bca84978adaa024a2c09eb9a3b923 (diff)
downloadwebrtc-0ba496bf33feea212277927f212b4b02556c8f8b.tar.gz
Revert r4301
R=mikhal@webrtc.org Review URL: https://webrtc-codereview.appspot.com/1809004 git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@4357 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, 1 insertions, 2 deletions
diff --git a/voice_engine/voe_video_sync_impl.h b/voice_engine/voe_video_sync_impl.h
index 8c516fbc..e0ec3f2f 100644
--- a/voice_engine/voe_video_sync_impl.h
+++ b/voice_engine/voe_video_sync_impl.h
@@ -38,8 +38,7 @@ public:
virtual int GetPlayoutTimestamp(int channel, unsigned int& timestamp);
- virtual int GetRtpRtcp(int channel, RtpRtcp** rtpRtcpModule,
- RtpReceiver** rtp_receiver);
+ virtual int GetRtpRtcp(int channel, RtpRtcp* &rtpRtcpModule);
protected:
VoEVideoSyncImpl(voe::SharedData* shared);