summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-02-27 12:33:24 -0800
committerLajos Molnar <lajos@google.com>2014-03-19 02:09:58 +0000
commit43ca783effd99bba0e6e2dd6fe177a8888578ef8 (patch)
tree943ef354f3544d932b978b977f4525af65d9fa5b /media/libstagefright/httplive/LiveSession.h
parentbd3e2e03f3ab686c52982a9e50cae853128172cf (diff)
downloadframeworks_av-43ca783effd99bba0e6e2dd6fe177a8888578ef8.zip
frameworks_av-43ca783effd99bba0e6e2dd6fe177a8888578ef8.tar.gz
frameworks_av-43ca783effd99bba0e6e2dd6fe177a8888578ef8.tar.bz2
httplive: block-by-block fetch, decrypt, and parse ts files.
Bug: 12060952 Change-Id: I695345081fe23961b9d0ef6db264885f914703ec
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 680792d..3f8fee5 100644
--- a/media/libstagefright/httplive/LiveSession.h
+++ b/media/libstagefright/httplive/LiveSession.h
@@ -202,7 +202,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,