summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-03-19 02:34:48 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-19 02:34:48 +0000
commit7a39abac839092298cd184c5996dc82010d60a20 (patch)
treec53ac17ef1b109bdb3b38f4ffe8a828a834cb4fd /media/libstagefright/httplive/LiveSession.h
parent286c7d915fe6d7092426c72319affe260572aa0d (diff)
parent49b2e310f62c590a1af9f921cd8a134cdf589263 (diff)
downloadframeworks_av-7a39abac839092298cd184c5996dc82010d60a20.zip
frameworks_av-7a39abac839092298cd184c5996dc82010d60a20.tar.gz
frameworks_av-7a39abac839092298cd184c5996dc82010d60a20.tar.bz2
am 49b2e310: am a1f0c62c: am 43ca783e: httplive: block-by-block fetch, decrypt, and parse ts files.
* commit '49b2e310f62c590a1af9f921cd8a134cdf589263': httplive: block-by-block fetch, decrypt, and parse ts files.
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 f489ec4..d7ed56f 100644
--- a/media/libstagefright/httplive/LiveSession.h
+++ b/media/libstagefright/httplive/LiveSession.h
@@ -203,7 +203,7 @@ private:
//
// For reused HTTP sources, the caller must download a file sequentially without
// any overlaps or gaps to prevent reconnection.
- status_t fetchFile(
+ ssize_t fetchFile(
const char *url, sp<ABuffer> *out,
/* request/open a file starting at range_offset for range_length bytes */
int64_t range_offset = 0, int64_t range_length = -1,