| Index: media/mojo/interfaces/media_types.mojom
|
| diff --git a/media/mojo/interfaces/media_types.mojom b/media/mojo/interfaces/media_types.mojom
|
| index 810ba1a54dfdbb98c3f5cebbd3e080824abe7647..f3c805790d2fb754a405b1c4ab6498fd6a1c6148 100644
|
| --- a/media/mojo/interfaces/media_types.mojom
|
| +++ b/media/mojo/interfaces/media_types.mojom
|
| @@ -123,7 +123,9 @@ enum VideoFormat {
|
| YUV422P10,
|
| YUV444P9,
|
| YUV444P10,
|
| - FORMAT_MAX = YUV444P10,
|
| + Y8,
|
| + Y16,
|
| + FORMAT_MAX = Y16,
|
| };
|
|
|
| // Kept in sync with media::ColorSpace via static_asserts.
|
|
|