diff options
Diffstat (limited to 'remoting/protocol/rtp_reader.h')
-rw-r--r-- | remoting/protocol/rtp_reader.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/remoting/protocol/rtp_reader.h b/remoting/protocol/rtp_reader.h index 4533756..b9a12df 100644 --- a/remoting/protocol/rtp_reader.h +++ b/remoting/protocol/rtp_reader.h @@ -12,6 +12,9 @@ namespace remoting { struct RtpPacket { + RtpPacket(); + ~RtpPacket(); + RtpHeader header; scoped_refptr<net::IOBuffer> data; char* payload; |