Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / rtp_rtcp / source / rtp_sender_video.h
index 4c406d7..daa730e 100644 (file)
@@ -31,7 +31,7 @@ struct RtpPacket;
 class RTPSenderVideo
 {
 public:
-    RTPSenderVideo(const int32_t id, Clock* clock,
+    RTPSenderVideo(Clock* clock,
                    RTPSenderInterface* rtpSender);
     virtual ~RTPSenderVideo();
 
@@ -112,7 +112,6 @@ private:
                     const RTPVideoTypeHeader* rtpTypeHdr);
 
 private:
-    int32_t             _id;
     RTPSenderInterface&        _rtpSender;
 
     CriticalSectionWrapper*   _sendVideoCritsect;