From 886aa7f168ebdc922864aeee432735ba48dde55b Mon Sep 17 00:00:00 2001 From: chriszero Date: Sat, 7 Feb 2015 16:06:39 +0100 Subject: Implements resizing of the ringbuffer if a segment is bigger than the estimate. --- hlsPlayer.h | 1 + 1 file changed, 1 insertion(+) (limited to 'hlsPlayer.h') diff --git a/hlsPlayer.h b/hlsPlayer.h index 12bea70..111a367 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -48,6 +48,7 @@ private: bool LoadSegment(std::string uri); int EstimateSegmentSize(); bool LoadLists(void); + void ResizeRingbuffer(int newsize); protected: -- cgit v1.2.3