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

Unified Diff: media/webm/webm_audio_client.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_audio_client.h
diff --git a/media/webm/webm_audio_client.h b/media/webm/webm_audio_client.h
index 1338f5cbd66e78935c5b8de9133ce626b765979d..b4bbe8b01e5f0e17d647d006dbb4a8d34ec35ea5 100644
--- a/media/webm/webm_audio_client.h
+++ b/media/webm/webm_audio_client.h
@@ -31,6 +31,8 @@ class WebMAudioClient : public WebMParserClient {
// audio track element fields.
bool InitializeConfig(const std::string& codec_id,
const std::vector<uint8>& codec_private,
+ const int64 seek_pre_roll,
+ const int64 codec_delay,
bool is_encrypted,
AudioDecoderConfig* config);

Powered by Google App Engine
This is Rietveld 408576698