summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChong Zhang <chz@google.com>2015-04-18 00:20:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2015-04-18 00:20:11 +0000
commit7184bab920699d49718e8fc3cf8a23d3c9d8d54a (patch)
tree06913515dd08a743e9e092171c91666f011cee18 /include
parent5030647ab3860575312532655ccf2ea3cc96088f (diff)
parent978449984366946a2e5c9f7cf350746f4306caf8 (diff)
downloadframeworks_av-7184bab920699d49718e8fc3cf8a23d3c9d8d54a.zip
frameworks_av-7184bab920699d49718e8fc3cf8a23d3c9d8d54a.tar.gz
frameworks_av-7184bab920699d49718e8fc3cf8a23d3c9d8d54a.tar.bz2
Merge "HLS: reduce number of guessed wrong seq numbers"
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/Utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/stagefright/Utils.h b/include/media/stagefright/Utils.h
index 215ca7c..0ce1603 100644
--- a/include/media/stagefright/Utils.h
+++ b/include/media/stagefright/Utils.h
@@ -71,7 +71,7 @@ struct HLSTime {
sp<AMessage> mMeta;
HLSTime(const sp<AMessage> &meta = NULL);
- int64_t getSegmentTimeUs(bool midpoint = false) const;
+ int64_t getSegmentTimeUs() const;
};
bool operator <(const HLSTime &t0, const HLSTime &t1);