 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: modules/rtp_rtcp/source/rtp_payload_registry.cc | 
| diff --git a/modules/rtp_rtcp/source/rtp_payload_registry.cc b/modules/rtp_rtcp/source/rtp_payload_registry.cc | 
| index fcd0276c0152744b7c344602b14ce08f1e272cbc..030d9764bf462b496304097298d7f18c572bba07 100644 | 
| --- a/modules/rtp_rtcp/source/rtp_payload_registry.cc | 
| +++ b/modules/rtp_rtcp/source/rtp_payload_registry.cc | 
| @@ -68,6 +68,8 @@ RtpVideoCodecTypes ConvertToRtpVideoCodecType(VideoCodecType type) { | 
| case kVideoCodecRED: | 
| case kVideoCodecULPFEC: | 
| return kRtpVideoNone; | 
| + case kVideoCodecStereo: | 
| + return kRtpVideoStereo; | 
| default: | 
| return kRtpVideoGeneric; | 
| } |