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

Unified Diff: media/base/android/audio_decoder_job.h

Issue 866573004: media: Enable Opus support in Clank <video> and MSE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/base/android/audio_decoder_job.h
diff --git a/media/base/android/audio_decoder_job.h b/media/base/android/audio_decoder_job.h
index 9bc293dd2f8f614eee99d1032482b490dffa9144..c1fa8e3d5635c01f5cb551c5bf14142d5109eec2 100644
--- a/media/base/android/audio_decoder_job.h
+++ b/media/base/android/audio_decoder_job.h
@@ -58,6 +58,8 @@ class AudioDecoderJob : public MediaDecoderJob {
int num_channels_;
int sampling_rate_;
std::vector<uint8> audio_extra_data_;
+ int64 audio_codec_delay_ns_;
+ int64 audio_seek_preroll_ns_;
double volume_;
int bytes_per_frame_;

Powered by Google App Engine
This is Rietveld 408576698