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

Unified Diff: media/base/decrypt_config.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: Addressing comments from Patch Set 4. 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
« no previous file with comments | « no previous file | media/base/decrypt_config.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/decrypt_config.h
diff --git a/media/base/decrypt_config.h b/media/base/decrypt_config.h
index d8ad224c51ca58e56d8df5886b1949538494ead5..669aa36bb1684ab04f6bfa74d332aa7800a08f85 100644
--- a/media/base/decrypt_config.h
+++ b/media/base/decrypt_config.h
@@ -36,7 +36,9 @@ class MEDIA_EXPORT DecryptConfig {
// |key_id| is the ID that references the decryption key for this sample.
// |iv| is the initialization vector defined by the encrypted format.
- // Currently |iv_size| must be 16 bytes as defined by WebM and ISO.
+ // Currently |iv| must be 16 bytes as defined by WebM and ISO. Or must be
+ // empty which signals to perform the integrity check on an unencrypted
+ // frame as defined WebM.
// |checksum| is the hash value of the encrypted buffer. |checksum| is
// defined by the encrypted format and may be NULL.
// |data_offset| is the amount of data that should be discarded from the
« no previous file with comments | « no previous file | media/base/decrypt_config.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698