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

Unified Diff: media/webm/webm_constants.h

Issue 15342004: Adding VP8 Alpha support in Media Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 7 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/webm/webm_constants.h
diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h
index 5cfd5e616ecab68177de5e04fdf688547605eec8..7b163b5dc0721c140113d84702cc646ca5bb83a8 100644
--- a/media/webm/webm_constants.h
+++ b/media/webm/webm_constants.h
@@ -156,6 +156,7 @@ const int kWebMIdSimpleBlock = 0xA3;
const int kWebMIdSimpleTag = 0x67C8;
const int kWebMIdSlices = 0x8E;
const int kWebMIdStereoMode = 0x53B8;
+const int kWebMIdAlphaMode = 0x53C0;
acolwell GONE FROM CHROMIUM 2013/05/21 17:14:11 nit: Please place this in alphabetical order.
vignesh 2013/05/21 18:57:56 Done.
const int kWebMIdTag = 0x7373;
const int kWebMIdTagAttachmentUID = 0x63C6;
const int kWebMIdTagBinary = 0x4485;

Powered by Google App Engine
This is Rietveld 408576698