Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index e1a4c77d37adf184bb43b0fd87070d635f54d917..cbad3b8d81d90004ddd2e5bd627ab6856181a453 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -139,7 +139,8 @@ enum FileFormats { |
| kFileFormatPreencodedFile = 4, |
| kFileFormatPcm16kHzFile = 7, |
| kFileFormatPcm8kHzFile = 8, |
| - kFileFormatPcm32kHzFile = 9 |
| + kFileFormatPcm32kHzFile = 9, |
| + kFileFormatPcm48kHzFile = 10 |
| }; |
| enum FrameType { |