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

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

Issue 898393002: media: Enable Opus support in Clank <video> and MSE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add default case to switch Created 5 years, 10 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 dc2d56e459300a916871cae6a9633046c0e2cdfa..cb8ae90e8e8c274607ba7d1d0163da6227b9a03d 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