Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index 678b8566282ed97483d880e6d8ad911358023346..ec332f3a99d480e9175f5bafcb7cbaa806db56e7 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -558,6 +558,7 @@ enum VideoCodecType { |
| kVideoCodecI420, |
| kVideoCodecRED, |
| kVideoCodecULPFEC, |
| + kVideoCodecFLEXFEC, |
|
stefan-webrtc
2016/11/03 13:56:05
Feel free to break the convention here and write k
|
| kVideoCodecGeneric, |
| kVideoCodecUnknown |
| }; |