diff options
author | chriszero <zerov83@gmail.com> | 2015-02-21 18:05:16 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-21 18:05:16 +0100 |
commit | 36dd0bec49224987219e1e4ba57a1443202694fd (patch) | |
tree | 5367cfa11ea9a1bced6d35c289ee89d4cbf73da5 /hlsPlayer.h | |
parent | 2d8e03d177d20f22c2776b77b2d704a5009ce0fa (diff) | |
download | vdr-plugin-plex-36dd0bec49224987219e1e4ba57a1443202694fd.tar.gz vdr-plugin-plex-36dd0bec49224987219e1e4ba57a1443202694fd.tar.bz2 |
Bugfixes
Speedup jumping in hls
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 79e1abf..8b80378 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -50,6 +50,7 @@ private: int EstimateSegmentSize(); bool LoadLists(void); void ResizeRingbuffer(int newsize); + void SkipEmptySegments(int segmentLenght); protected: |