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

Unified Diff: webrtc/video_receive_stream.h

Issue 2523773003: Keep all codec parameters in VideoReceiveStream::Decoder (Closed)
Patch Set: Add common key for sprop-parameter-sets 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
« no previous file with comments | « webrtc/video/video_receive_stream.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video_receive_stream.h
diff --git a/webrtc/video_receive_stream.h b/webrtc/video_receive_stream.h
index 848267fc49554b4347b7c97d9cb11ba58fbd22ae..abeb83b202902e22e48959e576b1b34bb39ef651 100644
--- a/webrtc/video_receive_stream.h
+++ b/webrtc/video_receive_stream.h
@@ -45,7 +45,10 @@ class VideoReceiveStream {
// used to unpack incoming packets.
std::string payload_name;
- DecoderSpecificSettings decoder_specific;
+ // This map contains the codec specific parameters from SDP, i.e. the "fmtp"
+ // parameters. It is the same as cricket::CodecParameterMap used in
+ // cricket::VideoCodec.
+ std::map<std::string, std::string> codec_params;
};
struct Stats {
« no previous file with comments | « webrtc/video/video_receive_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698