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

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

Issue 2640113004: Introduce Dolby Vision video codec and Demuxer support (Closed)
Patch Set: Created 3 years, 11 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/formats/mp4/fourccs.h
diff --git a/media/formats/mp4/fourccs.h b/media/formats/mp4/fourccs.h
index e0a292205ef9462b9e0a2eb99489a7fe8d155076..134ef30d7324b54e1c65d72216f1c7b2a9700d2c 100644
--- a/media/formats/mp4/fourccs.h
+++ b/media/formats/mp4/fourccs.h
@@ -43,6 +43,11 @@ enum FourCC {
FOURCC_HVC1 = 0x68766331,
FOURCC_HVCC = 0x68766343,
#endif
+#if BUILDFLAG(ENABLE_DOLBY_VISION_DEMUXING)
wolenetz 2017/01/25 23:42:42 nit: these all begin with "D", so move them betwee
erickung1 2017/02/03 18:18:32 Done.
+ FOURCC_DVAV = 0x64766176,
+ FOURCC_DVCC = 0x64766343,
+ FOURCC_DVHE = 0x64766865,
+#endif
FOURCC_IODS = 0x696f6473,
FOURCC_MDAT = 0x6d646174,
FOURCC_MDHD = 0x6d646864,

Powered by Google App Engine
This is Rietveld 408576698