Update talk to 58127566 together with
https://webrtc-codereview.appspot.com/5309005/. R=mallinath@webrtc.org, niklas.enbom@webrtc.org Review URL: https://webrtc-codereview.appspot.com/5719004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5277 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -32,7 +32,8 @@ class ViENetworkImpl
|
||||
virtual int DeregisterSendTransport(const int video_channel);
|
||||
virtual int ReceivedRTPPacket(const int video_channel,
|
||||
const void* data,
|
||||
const int length);
|
||||
const int length,
|
||||
const PacketTime& packet_time);
|
||||
virtual int ReceivedRTCPPacket(const int video_channel,
|
||||
const void* data,
|
||||
const int length);
|
||||
|
||||
Reference in New Issue
Block a user