From f0d689934e70d3e5b3784265e890377db04c7c1d Mon Sep 17 00:00:00 2001 From: Lajos Molnar Date: Wed, 28 Jan 2015 21:38:38 -0800 Subject: Revert "HLS: QCom enhancements" This is to restore patch attributions This reverts commit f580806d893c4631f5324ff0af5c2db68a40ef42. Bug: 18821145 Change-Id: Idc49385fffccfde2a3915388fe3fe4e2b740d787 --- media/libstagefright/httplive/PlaylistFetcher.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'media/libstagefright/httplive/PlaylistFetcher.h') diff --git a/media/libstagefright/httplive/PlaylistFetcher.h b/media/libstagefright/httplive/PlaylistFetcher.h index 67161a9..78c358f 100644 --- a/media/libstagefright/httplive/PlaylistFetcher.h +++ b/media/libstagefright/httplive/PlaylistFetcher.h @@ -34,9 +34,6 @@ struct M3UParser; struct String8; struct PlaylistFetcher : public AHandler { - static const int64_t kMinBufferedDurationUs; - static const int32_t kDownloadBlockSize; - enum { kWhatStarted, kWhatPaused, @@ -95,7 +92,9 @@ private: kWhatDownloadNext = 'dlnx', }; + static const int64_t kMinBufferedDurationUs; static const int64_t kMaxMonitorDelayUs; + static const int32_t kDownloadBlockSize; static const int32_t kNumSkipFrames; static bool bufferStartsWithTsSyncByte(const sp& buffer); -- cgit v1.1