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

Unified Diff: media/webm/webm_cluster_parser.h

Issue 10825108: Remove a bunch of dead fields found by Scythe. (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
Index: media/webm/webm_cluster_parser.h
diff --git a/media/webm/webm_cluster_parser.h b/media/webm/webm_cluster_parser.h
index 926e6a149cc5c424db8ab0e7d88377bce40f8b7e..bbcbf379d9488d473e6942b2539acb5116366d94 100644
--- a/media/webm/webm_cluster_parser.h
+++ b/media/webm/webm_cluster_parser.h
@@ -19,10 +19,6 @@ class MEDIA_EXPORT WebMClusterParser : public WebMParserClient {
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,

Powered by Google App Engine
This is Rietveld 408576698