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

Unified Diff: media/base/mime_util_internal.h

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: fix CQ failure Created 3 years, 10 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/base/mime_util_internal.h
diff --git a/media/base/mime_util_internal.h b/media/base/mime_util_internal.h
index e853b89afdb6afdd36ad2af41c65906f175d3c6a..407eb7ab1743813ef99489238bc1c9bf25ff3557 100644
--- a/media/base/mime_util_internal.h
+++ b/media/base/mime_util_internal.h
@@ -41,7 +41,8 @@ class MEDIA_EXPORT MimeUtil {
VP8,
VP9,
THEORA,
- LAST_CODEC = THEORA
+ DolbyVision,
wolenetz 2017/02/18 00:01:02 nit: use MACRO_STYLE here for consistency (see htt
erickung1 2017/02/27 17:33:10 Done.
+ LAST_CODEC = DolbyVision
};
// Platform configuration structure. Controls which codecs are supported at

Powered by Google App Engine
This is Rietveld 408576698