diff options
author | chriszero <zerov83@gmail.com> | 2015-02-07 16:06:39 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-07 16:06:39 +0100 |
commit | 886aa7f168ebdc922864aeee432735ba48dde55b (patch) | |
tree | aeff64c746c48a275616194d347b82c055ec7c3f /hlsPlayer.h | |
parent | 2cabbc7e52769a897f72521bea1feaacf2981bf3 (diff) | |
download | vdr-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.h | 1 |
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: |