summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-07 16:06:39 +0100
committerchriszero <zerov83@gmail.com>2015-02-07 16:06:39 +0100
commit886aa7f168ebdc922864aeee432735ba48dde55b (patch)
treeaeff64c746c48a275616194d347b82c055ec7c3f /hlsPlayer.h
parent2cabbc7e52769a897f72521bea1feaacf2981bf3 (diff)
downloadvdr-plugin-plex-886aa7f168ebdc922864aeee432735ba48dde55b.tar.gz
vdr-plugin-plex-886aa7f168ebdc922864aeee432735ba48dde55b.tar.bz2
Implements resizing of the ringbuffer if a segment is bigger than the estimate.
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r--hlsPlayer.h1
1 files changed, 1 insertions, 0 deletions
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: