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

Unified Diff: media/base/android/demuxer_stream_player_params.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 | « media/base/android/audio_decoder_job.cc ('k') | media/base/android/demuxer_stream_player_params.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/demuxer_stream_player_params.h
diff --git a/media/base/android/demuxer_stream_player_params.h b/media/base/android/demuxer_stream_player_params.h
index be759c372b7b388d04d81fe595ab2714bd94b6ee..8d10f0899160c5f72dbf20cba0d19dfb695d054b 100644
--- a/media/base/android/demuxer_stream_player_params.h
+++ b/media/base/android/demuxer_stream_player_params.h
@@ -25,6 +25,8 @@ struct MEDIA_EXPORT DemuxerConfigs {
int audio_sampling_rate;
bool is_audio_encrypted;
std::vector<uint8> audio_extra_data;
+ int64 audio_codec_delay_ns;
+ int64 audio_seek_preroll_ns;
VideoCodec video_codec;
gfx::Size video_size;
« no previous file with comments | « media/base/android/audio_decoder_job.cc ('k') | media/base/android/demuxer_stream_player_params.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698