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

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: rebase 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
« no previous file with comments | « content/renderer/media/android/media_source_delegate.cc ('k') | media/base/android/audio_decoder_job.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 196cd1b1a0224f4fdb6f393f63721764d368ad25..9b28a2ade6c4b874bfcfafcd3fc782c15390766c 100644
--- a/media/base/android/audio_decoder_job.h
+++ b/media/base/android/audio_decoder_job.h
@@ -62,6 +62,8 @@ class AudioDecoderJob : public MediaDecoderJob {
int num_channels_;
int config_sampling_rate_;
std::vector<uint8> audio_extra_data_;
+ int64 audio_codec_delay_ns_;
+ int64 audio_seek_preroll_ns_;
double volume_;
int bytes_per_frame_;
« no previous file with comments | « content/renderer/media/android/media_source_delegate.cc ('k') | media/base/android/audio_decoder_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698