summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2010-01-27 16:02:10 -0800
committerAndreas Huber <andih@google.com>2010-01-27 16:21:41 -0800
commit8566a635aa4bf6d2e908f0bc64d4fb8917025b58 (patch)
tree547cd04b93f0e4a7050e495853ebebe2d2337f54 /include
parentdd26833953e9e965df0421c854a3b86a1bb56715 (diff)
downloadframeworks_av-8566a635aa4bf6d2e908f0bc64d4fb8917025b58.zip
frameworks_av-8566a635aa4bf6d2e908f0bc64d4fb8917025b58.tar.gz
frameworks_av-8566a635aa4bf6d2e908f0bc64d4fb8917025b58.tar.bz2
Fix http streaming for shoutcast servers that do not support http ranges.
related-to-bug: 2295438
Diffstat (limited to 'include')
-rw-r--r--include/media/stagefright/HTTPDataSource.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/media/stagefright/HTTPDataSource.h b/include/media/stagefright/HTTPDataSource.h
index 3075f1c..42444dc 100644
--- a/include/media/stagefright/HTTPDataSource.h
+++ b/include/media/stagefright/HTTPDataSource.h
@@ -53,6 +53,7 @@ private:
void *mBuffer;
size_t mBufferLength;
off_t mBufferOffset;
+ bool mFirstRequest;
status_t mInitCheck;