Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index 410d5aff7f62adcec88ab455b79de43cd9b64303..0cfef4212f40f8949bd6bd7452405bf22591c98e 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -43,6 +43,8 @@ class VideoReceiveStream { |
// Name of the decoded payload (such as VP8). Maps back to the depacketizer |
// used to unpack incoming packets. |
std::string payload_name; |
+ |
+ rtc::scoped_refptr<const DecoderSpecificSettings> decoder_specific; |
}; |
struct Stats { |