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

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

Issue 239743005: Updates WebMediaPlayerAndroid and MediaSourceDelegate to respect (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: const Created 6 years, 8 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/demuxer_stream_player_params.h ('k') | media/base/android/media_source_player.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.cc
diff --git a/media/base/android/demuxer_stream_player_params.cc b/media/base/android/demuxer_stream_player_params.cc
index d5021a968c7aaaa29e40fc61cfb7dfcdc01e69a8..e95881eb4af5bdd1ceb6e35508baa8e20bf945ae 100644
--- a/media/base/android/demuxer_stream_player_params.cc
+++ b/media/base/android/demuxer_stream_player_params.cc
@@ -12,8 +12,7 @@ DemuxerConfigs::DemuxerConfigs()
audio_sampling_rate(0),
is_audio_encrypted(false),
video_codec(kUnknownVideoCodec),
- is_video_encrypted(false),
- duration_ms(0) {}
+ is_video_encrypted(false) {}
DemuxerConfigs::~DemuxerConfigs() {}
« no previous file with comments | « media/base/android/demuxer_stream_player_params.h ('k') | media/base/android/media_source_player.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698