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

Unified Diff: cc/resources/resource_format.h

Issue 2122573003: media: replace LUMINANCE_F16 by RG_88 for 9/10-bit h264 videos Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve hubbe's concerns except for test. separate the CLs. 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: cc/resources/resource_format.h
diff --git a/cc/resources/resource_format.h b/cc/resources/resource_format.h
index 518131114d919668237f88ff8faf5843f598519a..f2edd760d1e2e4035f63a2ea70da2de21ac1da3c 100644
--- a/cc/resources/resource_format.h
+++ b/cc/resources/resource_format.h
@@ -26,6 +26,7 @@ enum ResourceFormat {
RGB_565,
ETC1,
RED_8,
+ RG_88,
LUMINANCE_F16,
RESOURCE_FORMAT_MAX = LUMINANCE_F16,
};

Powered by Google App Engine
This is Rietveld 408576698