Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(389)

Unified Diff: webrtc/video_receive_stream.h

Issue 2523773003: Keep all codec parameters in VideoReceiveStream::Decoder (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {
« webrtc/media/engine/webrtcvideoengine2_unittest.cc ('K') | « webrtc/video/video_receive_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698