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

Unified Diff: webrtc/video/video_send_stream.cc

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
« no previous file with comments | « webrtc/video/payload_router.cc ('k') | webrtc/video_send_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/video/video_send_stream.cc
diff --git a/webrtc/video/video_send_stream.cc b/webrtc/video/video_send_stream.cc
index 9bfc9854f3f979276283a9d8f690ef1c967e717d..84a8256799017fe436e4c0eb0a1c87ee9d74ae22 100644
--- a/webrtc/video/video_send_stream.cc
+++ b/webrtc/video/video_send_stream.cc
@@ -280,6 +280,7 @@ bool PayloadTypeSupportsSkippingFecPackets(const std::string& payload_name) {
return true;
}
RTC_DCHECK((codecType && *codecType == kVideoCodecH264) ||
+ (codecType && *codecType == kVideoCodecStereo) ||
payload_name == "FAKE")
<< "unknown payload_name " << payload_name;
return false;
« no previous file with comments | « webrtc/video/payload_router.cc ('k') | webrtc/video_send_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698