Index: media/mojo/interfaces/media_types.mojom |
diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom |
index 032cb398b92b80e335e83b84c4ae3baa3aef4a29..43db2b558fde89857febdbcd810068238ca499c0 100644 |
--- a/media/mojo/interfaces/media_types.mojom |
+++ b/media/mojo/interfaces/media_types.mojom |
@@ -31,7 +31,8 @@ enum AudioCodec { |
Opus = 12, |
// EAC3 = 13, |
PCM_ALAW = 14, |
- MAX = PCM_ALAW, |
+ ALAC = 15, |
+ MAX = ALAC, |
}; |
// See media/base/channel_layout.h for descriptions. |
@@ -84,7 +85,8 @@ enum SampleFormat { |
F32, |
PlanarS16, |
PlanarF32, |
- Max = PlanarF32, |
+ PlanarS32, |
+ Max = PlanarS32, |
}; |
// See media/base/video_frame.h for descriptions. |