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

Unified Diff: media/webm/webm_cluster_parser.h

Issue 10807003: Revert 147169 - Add support for encrypted WebM files as defined in the RFC. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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 | « media/filters/pipeline_integration_test.cc ('k') | media/webm/webm_cluster_parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/webm/webm_cluster_parser.h
===================================================================
--- media/webm/webm_cluster_parser.h (revision 147171)
+++ media/webm/webm_cluster_parser.h (working copy)
@@ -19,10 +19,6 @@
public:
typedef std::deque<scoped_refptr<StreamParserBuffer> > BufferQueue;
- // Size is defined by the WebM encryption specification.
- // http://wiki.webmproject.org/encryption/webm-encryption-rfc
- static const int kIvSize = 8;
-
WebMClusterParser(int64 timecode_scale,
int audio_track_num,
int video_track_num,
« no previous file with comments | « media/filters/pipeline_integration_test.cc ('k') | media/webm/webm_cluster_parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698