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

Unified Diff: call/video_send_stream.h

Issue 2951033003: [EXPERIMENTAL] Generic stereo codec with index header sending single frames
Patch Set: Rebase and add external codec support. Created 3 years, 3 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
« no previous file with comments | « call/BUILD.gn ('k') | common_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: call/video_send_stream.h
diff --git a/call/video_send_stream.h b/call/video_send_stream.h
index c8f41fbd3494597fe57b9816534714a1a32555b7..82e6a66a89e6a56c28f9c2bcf694dc59082ef33f 100644
--- a/call/video_send_stream.h
+++ b/call/video_send_stream.h
@@ -115,6 +115,8 @@ class VideoSendStream {
std::string payload_name;
int payload_type = -1;
+ std::string stereo_associated_payload_name;
+
// TODO(sophiechang): Delete this field when no one is using internal
// sources anymore.
bool internal_source = false;
« no previous file with comments | « call/BUILD.gn ('k') | common_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698