| Index: call/video_receive_stream.h
|
| diff --git a/call/video_receive_stream.h b/call/video_receive_stream.h
|
| index de6f71290182a4f8f8069698b44c89cd91984153..9b6047c7919792f08aa20778ded45f91e4d6877e 100644
|
| --- a/call/video_receive_stream.h
|
| +++ b/call/video_receive_stream.h
|
| @@ -184,9 +184,6 @@ class VideoReceiveStream {
|
| void AddRtxBinding(int rtx_payload_type, int media_payload_type) {
|
| rtx_associated_payload_types[rtx_payload_type] = media_payload_type;
|
| }
|
| -
|
| - // RTP header extensions used for the received stream.
|
| - std::vector<RtpExtension> extensions;
|
| } rtp;
|
|
|
| // Transport for outgoing packets (RTCP).
|
|
|