diff options
author | chriszero <zerov83@gmail.com> | 2015-02-26 20:03:38 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-02-26 20:03:38 +0100 |
commit | 6b46a11f854125e9aeece1131dc2dbbc093f450a (patch) | |
tree | 3afd091aafc79bd33e9c9eefc614fc675db26f3a /hlsPlayer.h | |
parent | e44cc781e25490f0d942aa09cb383efd30e5e50d (diff) | |
download | vdr-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.h | 1 |
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; |