| 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..4c35552d3379ca2cd6d61ab51bcea21e6753ae30 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;
|
|
|