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

Unified Diff: components/viz/common/resources/resource_format.h

Issue 2969223002: [media]: Replace LUMINANCE_F16 by R16 for 9/10-bit h264 videos.
Patch Set: Fix in resource_format_utils Created 3 years, 4 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: components/viz/common/resources/resource_format.h
diff --git a/components/viz/common/resources/resource_format.h b/components/viz/common/resources/resource_format.h
index 6ea4778bc38db5f9c81450378bbce63b7b11779f..6757ac33221ae213520adc06b136f4c7ef0a0952 100644
--- a/components/viz/common/resources/resource_format.h
+++ b/components/viz/common/resources/resource_format.h
@@ -27,7 +27,8 @@ enum ResourceFormat {
RED_8,
LUMINANCE_F16,
RGBA_F16,
- RESOURCE_FORMAT_MAX = RGBA_F16,
+ R16_EXT,
+ RESOURCE_FORMAT_MAX = R16_EXT,
};
} // namespace viz
« no previous file with comments | « components/viz/common/resources/platform_color_unittest.cc ('k') | components/viz/common/resources/resource_format_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698