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

Unified Diff: modules/video_coding/include/video_codec_initializer.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 | « modules/video_coding/frame_buffer2.cc ('k') | modules/video_coding/include/video_codec_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/video_coding/include/video_codec_initializer.h
diff --git a/modules/video_coding/include/video_codec_initializer.h b/modules/video_coding/include/video_codec_initializer.h
index 078d7ab32772d17b300cc7a7f3c2cf74ab491ff1..602a8a9b9999d1e1b7f1bf6a613a0c6928414f7f 100644
--- a/modules/video_coding/include/video_codec_initializer.h
+++ b/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 | « modules/video_coding/frame_buffer2.cc ('k') | modules/video_coding/include/video_codec_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698