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

Unified Diff: modules/rtp_rtcp/source/rtp_payload_registry.cc

Issue 3015663002: [Experiment] Alpha Channel Support
Patch Set: Remove Frame Matching On Sender Side 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/rtp_rtcp/source/rtp_format_video_stereo.cc ('k') | modules/rtp_rtcp/source/rtp_receiver_video.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/rtp_rtcp/source/rtp_payload_registry.cc
diff --git a/modules/rtp_rtcp/source/rtp_payload_registry.cc b/modules/rtp_rtcp/source/rtp_payload_registry.cc
index 6619f5c28e9c3dd02b8b417e96bd4570a9f4441b..3a9734f3a925d6f5722892dabb8a4ef9f2268e5c 100644
--- a/modules/rtp_rtcp/source/rtp_payload_registry.cc
+++ b/modules/rtp_rtcp/source/rtp_payload_registry.cc
@@ -68,6 +68,8 @@ RtpVideoCodecTypes ConvertToRtpVideoCodecType(VideoCodecType type) {
case kVideoCodecRED:
case kVideoCodecULPFEC:
return kRtpVideoNone;
+ case kVideoCodecStereo:
+ return kRtpVideoStereo;
default:
return kRtpVideoGeneric;
}
« no previous file with comments | « modules/rtp_rtcp/source/rtp_format_video_stereo.cc ('k') | modules/rtp_rtcp/source/rtp_receiver_video.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698