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

Unified Diff: media/webm/webm_cluster_parser.h

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: Addressing comments in the CL. 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
Index: media/webm/webm_cluster_parser.h
diff --git a/media/webm/webm_cluster_parser.h b/media/webm/webm_cluster_parser.h
index ea76d30370f9f13e37e19e23cdbfcdb9b98ea108..40a7e516db36ad1c417d5d7e8cc28bcafd8faa1f 100644
--- a/media/webm/webm_cluster_parser.h
+++ b/media/webm/webm_cluster_parser.h
@@ -18,6 +18,7 @@ namespace media {
class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
public:
typedef std::deque<scoped_refptr<StreamParserBuffer> > BufferQueue;
+ static const int kDecryptionKeySize = 16;
ddorwin 2012/07/13 00:48:00 does not match the more permissive RFC, right?
fgalligan1 2012/07/13 21:40:41 This matches the RFC. I.e. This must be 16 because
WebMClusterParser(int64 timecode_scale,
int audio_track_num,

Powered by Google App Engine
This is Rietveld 408576698