summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive/LiveSession.h
diff options
context:
space:
mode:
authorRobert Shih <robertshih@google.com>2014-03-19 02:19:55 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-19 02:19:55 +0000
commita1f0c62c189f2d162cca4af736c3d440f1eff53c (patch)
treea91c602b0a0a1374d58f5d4633b9f76dbff0bfd7 /media/libstagefright/httplive/LiveSession.h
parenta6ca0acf0d009acf45b05561273aaad44ab22533 (diff)
parent43ca783effd99bba0e6e2dd6fe177a8888578ef8 (diff)
downloadframeworks_av-a1f0c62c189f2d162cca4af736c3d440f1eff53c.zip
frameworks_av-a1f0c62c189f2d162cca4af736c3d440f1eff53c.tar.gz
frameworks_av-a1f0c62c189f2d162cca4af736c3d440f1eff53c.tar.bz2
am 43ca783e: httplive: block-by-block fetch, decrypt, and parse ts files.
* commit '43ca783effd99bba0e6e2dd6fe177a8888578ef8': 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 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,