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

Unified Diff: media/webm/webm_constants.h

Issue 10823110: Add support for v0.3 of the encrypted WebM specification. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed the Check value. Created 8 years, 5 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
« media/webm/webm_cluster_parser.cc ('K') | « media/webm/webm_cluster_parser.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/webm/webm_constants.h
diff --git a/media/webm/webm_constants.h b/media/webm/webm_constants.h
index 93041b29c67c6067f468e032b5fddf0a9601be6f..fa4dae0b4d01ec52e488b2488cf801a5f789fdc0 100644
--- a/media/webm/webm_constants.h
+++ b/media/webm/webm_constants.h
@@ -203,6 +203,7 @@ const uint8 kWebMFlagKeyframe = 0x80;
// request for comments specification is here
// http://wiki.webmproject.org/encryption/webm-encryption-rfc
const int kWebMHmacSize = 12;
+const int kWebMEncryptedFrame = 1;
xhwang 2012/08/01 00:45:41 This sounds like a "frame" not a flag. Since we ha
fgalligan1 2012/08/01 01:36:10 Done.
} // namespace media
« media/webm/webm_cluster_parser.cc ('K') | « media/webm/webm_cluster_parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698