Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(710)

Unified Diff: media/mojo/interfaces/media_types.mojom

Issue 2370453003: 12-bit vp9 video support (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..99031d848a5d0bf03bbd07a5200fca4728dbd428 100644
--- a/media/mojo/interfaces/media_types.mojom
+++ b/media/mojo/interfaces/media_types.mojom
@@ -123,7 +123,10 @@ enum VideoFormat {
YUV422P10,
YUV444P9,
YUV444P10,
- FORMAT_MAX = YUV444P10,
+ YUV420P12,
+ YUV422P12,
+ YUV444P12,
+ FORMAT_MAX = YUV444P12,
};
// Kept in sync with media::ColorSpace via static_asserts.

Powered by Google App Engine
This is Rietveld 408576698