Index: webrtc/video_receive_stream.h |
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h |
index 848267fc49554b4347b7c97d9cb11ba58fbd22ae..b33c4a1f318903740a0441d59063d2b50db1684c 100644 |
--- a/webrtc/video_receive_stream.h |
+++ b/webrtc/video_receive_stream.h |
@@ -45,7 +45,7 @@ class VideoReceiveStream { |
// used to unpack incoming packets. |
std::string payload_name; |
- DecoderSpecificSettings decoder_specific; |
+ std::map<std::string, std::string> codec_params; |
mflodman
2016/11/23 13:56:17
Can you add a comment describing the map.
sprang_webrtc
2016/11/24 14:59:46
And preferably add some common keys as constants s
magjed_webrtc
2016/11/24 17:11:56
Done.
magjed_webrtc
2016/11/24 17:11:56
Done.
|
}; |
struct Stats { |