Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / third_party / webrtc / modules / rtp_rtcp / source / rtp_receiver_video.h
index ab69b40..4d81cb3 100644 (file)
@@ -22,7 +22,7 @@ namespace webrtc {
 
 class RTPReceiverVideo : public RTPReceiverStrategy {
  public:
-  RTPReceiverVideo(const int32_t id, RtpData* data_callback);
+  RTPReceiverVideo(RtpData* data_callback);
 
   virtual ~RTPReceiverVideo();
 
@@ -80,8 +80,6 @@ class RTPReceiverVideo : public RTPReceiverStrategy {
       RtpVideoCodecTypes video_type,
       int64_t now_ms,
       bool is_first_packet);
-
-  int32_t id_;
 };
 }  // namespace webrtc