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

Unified Diff: media/formats/webm/webm_stream_parser.h

Issue 346613003: Fix WebMStreamParser to handle Cues between Clusters correctly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/formats/webm/webm_stream_parser.h
diff --git a/media/formats/webm/webm_stream_parser.h b/media/formats/webm/webm_stream_parser.h
index 0f7f91c408ec01abe6aef03271203ab436801274..8a41f3744ca8567214aeba53635fc1ee94844ae6 100644
--- a/media/formats/webm/webm_stream_parser.h
+++ b/media/formats/webm/webm_stream_parser.h
@@ -78,9 +78,6 @@ class WebMStreamParser : public StreamParser {
bool unknown_segment_size_;
- // True if a new cluster id has been seen and its end has not yet been parsed.
- bool parsing_cluster_;
-
scoped_ptr<WebMClusterParser> cluster_parser_;
ByteQueue byte_queue_;

Powered by Google App Engine
This is Rietveld 408576698