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

Unified Diff: webrtc/common_video/video_frame.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/common_video/video_frame.cc
diff --git a/webrtc/common_video/video_frame.cc b/webrtc/common_video/video_frame.cc
index eb59bd35c121ec6c5fe4aed05060453da45008ca..f40a50f46ea734627c053ae2e61e75b939b47e18 100644
--- a/webrtc/common_video/video_frame.cc
+++ b/webrtc/common_video/video_frame.cc
@@ -78,6 +78,7 @@ size_t EncodedImage::GetBufferPaddingBytes(VideoCodecType codec_type) {
case kVideoCodecI420:
case kVideoCodecRED:
case kVideoCodecULPFEC:
+ case kVideoCodecFLEXFEC:
case kVideoCodecGeneric:
case kVideoCodecUnknown:
return 0;
« webrtc/common_types.h ('K') | « webrtc/common_types.h ('k') | webrtc/media/base/codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698