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

Unified Diff: webrtc/modules/video_coding/rtp_frame_reference_finder.cc

Issue 2470103002: Add new codec for FlexFEC. (Closed)
Patch Set: Change codec name to 'flexfec-03' and fix tests. Created 4 years, 1 month 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/rtp_frame_reference_finder.cc
diff --git a/webrtc/modules/video_coding/rtp_frame_reference_finder.cc b/webrtc/modules/video_coding/rtp_frame_reference_finder.cc
index a64518a41e8ed0e53b252ddfadf6b93579241a35..2d7e2850fcda856ff30e8e79a36a99993a28c1cd 100644
--- a/webrtc/modules/video_coding/rtp_frame_reference_finder.cc
+++ b/webrtc/modules/video_coding/rtp_frame_reference_finder.cc
@@ -40,6 +40,7 @@ void RtpFrameReferenceFinder::ManageFrame(
}
switch (frame->codec_type()) {
+ case kVideoCodecFLEXFEC:
case kVideoCodecULPFEC:
case kVideoCodecRED:
case kVideoCodecUnknown:

Powered by Google App Engine
This is Rietveld 408576698