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

Unified Diff: webrtc/modules/video_coding/include/video_codec_initializer.h

Issue 2990463002: [EXPERIMENTAL] Generic stereo codec with index header sending merged frames
Patch Set: Created 3 years, 5 months 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/modules/video_coding/include/video_codec_initializer.h
diff --git a/webrtc/modules/video_coding/include/video_codec_initializer.h b/webrtc/modules/video_coding/include/video_codec_initializer.h
index 159218d514356bf976d039c7af987db80accaa80..bdcafad3afaec0fae93bcb50d32226b28526944a 100644
--- a/webrtc/modules/video_coding/include/video_codec_initializer.h
+++ b/webrtc/modules/video_coding/include/video_codec_initializer.h
@@ -53,6 +53,7 @@ class VideoCodecInitializer {
const std::vector<VideoStream>& streams,
const std::string& payload_name,
int payload_type,
+ const std::string& stereo_associated_payload_name,
bool nack_enabled);
};
« no previous file with comments | « webrtc/modules/video_coding/frame_object.cc ('k') | webrtc/modules/video_coding/include/video_codec_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698