 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_types.h | 
| diff --git a/common_types.h b/common_types.h | 
| index 69fc7611407e7886f98d38baa761ab1d57fe7653..2e2eccfe3d073ee8322fe9ce0ed40f4f18145d07 100644 | 
| --- a/common_types.h | 
| +++ b/common_types.h | 
| @@ -552,6 +552,7 @@ enum VideoCodecType { | 
| kVideoCodecULPFEC, | 
| kVideoCodecFlexfec, | 
| kVideoCodecGeneric, | 
| + kVideoCodecStereo, | 
| kVideoCodecUnknown | 
| }; |