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

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

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
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 340742023f494cef01cdce9d4f59aff41a511714..e77d5d294a506302f15230845e9fdcc3fbcc6b13 100644
--- a/media/base/android/demuxer_stream_player_params.h
+++ b/media/base/android/demuxer_stream_player_params.h
@@ -31,7 +31,7 @@ struct MEDIA_EXPORT DemuxerConfigs {
bool is_video_encrypted;
std::vector<uint8> video_extra_data;
- int duration_ms;
+ base::TimeDelta duration;
};
struct MEDIA_EXPORT AccessUnit {
« no previous file with comments | « content/renderer/media/android/webmediaplayer_android.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