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

Unified Diff: media/webm/webm_tracks_parser.h

Issue 15342004: Adding VP8 Alpha support in Media Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressing comments and adding pipeline integration test Created 7 years, 7 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_tracks_parser.h
diff --git a/media/webm/webm_tracks_parser.h b/media/webm/webm_tracks_parser.h
index d5be6ce20b7ed6d1e2ebc4e44b9bbb55a2bb8209..ab0b892517e1221800193e887c9d200895af2910 100644
--- a/media/webm/webm_tracks_parser.h
+++ b/media/webm/webm_tracks_parser.h
@@ -80,6 +80,7 @@ class MEDIA_EXPORT WebMTracksParser : public WebMParserClient {
int64 track_num_;
std::string track_name_;
std::string track_language_;
+ int64 max_block_additional_id_;
acolwell GONE FROM CHROMIUM 2013/05/21 19:47:48 remove this since it doesn't appear to be used any
vignesh 2013/05/21 21:05:21 Done.
std::string codec_id_;
std::vector<uint8> codec_private_;
scoped_ptr<WebMContentEncodingsClient> track_content_encodings_client_;

Powered by Google App Engine
This is Rietveld 408576698