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

Unified Diff: media/webm/webm_content_encodings.cc

Issue 10535029: Add support for encrypted WebM files as defined in the RFC. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 6 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_content_encodings.cc
diff --git a/media/webm/webm_content_encodings.cc b/media/webm/webm_content_encodings.cc
index a5b7bfee46c27d3c34784aa5701b757b144ceeea..540ac99c6d7850781ba747bea836892e647d153c 100644
--- a/media/webm/webm_content_encodings.cc
+++ b/media/webm/webm_content_encodings.cc
@@ -12,7 +12,8 @@ ContentEncoding::ContentEncoding()
scope_(kScopeInvalid),
type_(kTypeInvalid),
encryption_algo_(kEncAlgoInvalid),
- encryption_key_id_size_(0) {
+ encryption_key_id_size_(0),
+ cipher_mode_(kCipherModeInvalid) {
}
ContentEncoding::~ContentEncoding() {}

Powered by Google App Engine
This is Rietveld 408576698