Rename RtpFileReader::Packet to RtpPacket and move out of RtpFileReader
This is in preparation for creating a new class RtpFileWriter which will use the same RtpPacket struct. R=pbos@webrtc.org Review URL: https://webrtc-codereview.appspot.com/33429004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7749 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
@ -450,7 +450,7 @@ class RtpPlayerImpl : public RtpPlayerInterface {
|
||||
SsrcHandlers ssrc_handlers_;
|
||||
Clock* clock_;
|
||||
scoped_ptr<test::RtpFileReader> packet_source_;
|
||||
test::RtpFileReader::Packet next_packet_;
|
||||
test::RtpPacket next_packet_;
|
||||
uint32_t next_rtp_time_;
|
||||
bool first_packet_;
|
||||
int64_t first_packet_rtp_time_;
|
||||
|
||||
Reference in New Issue
Block a user