 Chromium Code Reviews
 Chromium Code Reviews Issue 2951033003:
  [EXPERIMENTAL] Generic stereo codec with index header sending single frames
    
  
    Issue 2951033003:
  [EXPERIMENTAL] Generic stereo codec with index header sending single frames 
  | Index: common_video/video_frame.cc | 
| diff --git a/common_video/video_frame.cc b/common_video/video_frame.cc | 
| index efe553648c0021995a3282abba2ac221f004bd84..67207b464ff2eddca97480229358e05ece464d99 100644 | 
| --- a/common_video/video_frame.cc | 
| +++ b/common_video/video_frame.cc | 
| @@ -35,6 +35,7 @@ size_t EncodedImage::GetBufferPaddingBytes(VideoCodecType codec_type) { | 
| case kVideoCodecULPFEC: | 
| case kVideoCodecFlexfec: | 
| case kVideoCodecGeneric: | 
| + case kVideoCodecStereo: | 
| case kVideoCodecUnknown: | 
| return 0; | 
| } |