summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-02-26 20:03:38 +0100
committerchriszero <zerov83@gmail.com>2015-02-26 20:03:38 +0100
commit6b46a11f854125e9aeece1131dc2dbbc093f450a (patch)
tree3afd091aafc79bd33e9c9eefc614fc675db26f3a /hlsPlayer.h
parente44cc781e25490f0d942aa09cb383efd30e5e50d (diff)
downloadvdr-plugin-plex-6b46a11f854125e9aeece1131dc2dbbc093f450a.tar.gz
vdr-plugin-plex-6b46a11f854125e9aeece1131dc2dbbc093f450a.tar.bz2
Recovers from a possibly died transcoder.
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 8b80378..f08505a 100644
--- a/hlsPlayer.h
+++ b/hlsPlayer.h
@@ -25,6 +25,7 @@ private:
int m_ringBufferSize;
unsigned int m_segmentsToBuffer;
unsigned int m_lastLoadedSegment;
+ int m_lastSegmentSize;
bool m_bufferFilled;
bool m_newList;
int m_streamlenght;