summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-08-29 18:09:26 -0700
committerRobert Shih <robertshih@google.com>2014-09-12 17:30:42 -0700
commitf4a48dfa8570d6a4708a868b8b15d1236f7ca54b (patch)
tree42f481e3d54adc7b5917f7c81e7a06149d97b3d3 /media/libstagefright/httplive/LiveSession.h
parentf6454e6d69f2ebb7b25c8e5275a0f301af8bca04 (diff)
downloadframeworks_av-f4a48dfa8570d6a4708a868b8b15d1236f7ca54b.zip
frameworks_av-f4a48dfa8570d6a4708a868b8b15d1236f7ca54b.tar.gz
frameworks_av-f4a48dfa8570d6a4708a868b8b15d1236f7ca54b.tar.bz2
LiveSession: reliable switch
Bug: 17142706 Change-Id: I9cd6c068178d62c294496e8ab0b0a3763354964f
Diffstat (limited to 'media/libstagefright/httplive/LiveSession.h')
-rw-r--r--media/libstagefright/httplive/LiveSession.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/httplive/LiveSession.h b/media/libstagefright/httplive/LiveSession.h
index 26df543..6be86cf 100644
--- a/media/libstagefright/httplive/LiveSession.h
+++ b/media/libstagefright/httplive/LiveSession.h
@@ -126,7 +126,7 @@ private:
struct StreamItem {
const char *mType;
- AString mUri;
+ AString mUri, mNewUri;
size_t mCurDiscontinuitySeq;
int64_t mLastDequeuedTimeUs;
int64_t mLastSampleDurationUs;