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

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

Issue 1624703002: Implement support for vp9 in ISO-BMFF (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 ee722f3674458653c1e6ba2b6fd40cdc4c133075..8c1f79e86a7fd3cb940d9463add94a2c72d47105 100644
--- a/media/formats/mp4/fourccs.h
+++ b/media/formats/mp4/fourccs.h
@@ -96,6 +96,9 @@ enum FourCC {
FOURCC_UUID = 0x75756964,
FOURCC_VIDE = 0x76696465,
FOURCC_VMHD = 0x766d6864,
+ FOURCC_VP08 = 0x76703038,
+ FOURCC_VP09 = 0x76703039,
+ FOURCC_VPCC = 0x76706343,
ddorwin 2016/01/27 01:39:15 What is VPCC?
kqyang 2016/01/29 00:34:17 VP codec configuration box. Removed, since it is n
FOURCC_WIDE = 0x77696465,
};

Powered by Google App Engine
This is Rietveld 408576698