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

Unified Diff: media/formats/mp4/fourccs.h

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: fix build break on Android 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
« no previous file with comments | « media/formats/mp4/dolby_vision_unittest.cc ('k') | media/formats/mp4/mp4_stream_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/formats/mp4/fourccs.h
diff --git a/media/formats/mp4/fourccs.h b/media/formats/mp4/fourccs.h
index e0a292205ef9462b9e0a2eb99489a7fe8d155076..1f7ceed97fabf898aaa3910ff837d47005e20eac 100644
--- a/media/formats/mp4/fourccs.h
+++ b/media/formats/mp4/fourccs.h
@@ -27,6 +27,15 @@ enum FourCC {
FOURCC_CO64 = 0x636f3634,
FOURCC_CTTS = 0x63747473,
FOURCC_DINF = 0x64696e66,
+#if BUILDFLAG(ENABLE_DOLBY_VISION_DEMUXING)
+ FOURCC_DVA1 = 0x64766131,
+ FOURCC_DVAV = 0x64766176,
+ FOURCC_DVCC = 0x64766343,
+#if BUILDFLAG(ENABLE_HEVC_DEMUXING)
+ FOURCC_DVH1 = 0x64766831,
+ FOURCC_DVHE = 0x64766865,
+#endif
+#endif
FOURCC_EDTS = 0x65647473,
FOURCC_EMSG = 0x656d7367,
FOURCC_ELST = 0x656c7374,
« no previous file with comments | « media/formats/mp4/dolby_vision_unittest.cc ('k') | media/formats/mp4/mp4_stream_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698