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

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: 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
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..6d1f4d246820fd7472fa919eecc15d4cf69f5520 100644
--- a/media/base/android/demuxer_stream_player_params.cc
+++ b/media/base/android/demuxer_stream_player_params.cc
@@ -13,7 +13,7 @@ DemuxerConfigs::DemuxerConfigs()
is_audio_encrypted(false),
video_codec(kUnknownVideoCodec),
is_video_encrypted(false),
- duration_ms(0) {}
+ duration(base::TimeDelta()) {}
damienv1 2014/04/16 22:01:00 Could be simply removed: duration will use the def
gunsch 2014/04/16 22:05:18 Done.
DemuxerConfigs::~DemuxerConfigs() {}

Powered by Google App Engine
This is Rietveld 408576698