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

Unified Diff: webrtc/config.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 | « no previous file | webrtc/config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/config.h
diff --git a/webrtc/config.h b/webrtc/config.h
index ee81617d8d063b9a861c44e91e90593e912e1680..e0883e671d0ffb35e885f605ae8f8fbd1b39f083 100644
--- a/webrtc/config.h
+++ b/webrtc/config.h
@@ -250,17 +250,6 @@ class VideoEncoderConfig {
VideoEncoderConfig(const VideoEncoderConfig&);
};
-struct VideoDecoderH264Settings {
- std::string sprop_parameter_sets;
-};
-
-class DecoderSpecificSettings {
- public:
- DecoderSpecificSettings();
- virtual ~DecoderSpecificSettings();
- rtc::Optional<VideoDecoderH264Settings> h264_extra_settings;
-};
-
} // namespace webrtc
#endif // WEBRTC_CONFIG_H_
« no previous file with comments | « no previous file | webrtc/config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698