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

Unified Diff: media/webm/webm_tracks_parser.h

Issue 23014009: media: Opus support for WebM in Media Source (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 4 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 81588e4b51e433a7b024e1d1483bfb75e46da766..18c954754d8f8943ac67dc95fa7cefd7b85dd8c5 100644
--- a/media/webm/webm_tracks_parser.h
+++ b/media/webm/webm_tracks_parser.h
@@ -83,6 +83,8 @@ class MEDIA_EXPORT WebMTracksParser : public WebMParserClient {
std::string track_language_;
std::string codec_id_;
std::vector<uint8> codec_private_;
+ int64 seek_pre_roll_;
+ int64 codec_delay_;
scoped_ptr<WebMContentEncodingsClient> track_content_encodings_client_;
int64 audio_track_num_;

Powered by Google App Engine
This is Rietveld 408576698