diff options
author | chriszero <zerov83@gmail.com> | 2015-11-07 16:48:56 +0100 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-11-07 16:48:56 +0100 |
commit | 135ed5d0ce1613f70f4b2ddcb9e8bca721ffca9e (patch) | |
tree | 26ceac984c64478210d8996d551d2be93d5cbc14 /hlsPlayer.h | |
parent | f7432aedbd74d83ec92dc72750d1e755a699c25a (diff) | |
download | vdr-plugin-plex-135ed5d0ce1613f70f4b2ddcb9e8bca721ffca9e.tar.gz vdr-plugin-plex-135ed5d0ce1613f70f4b2ddcb9e8bca721ffca9e.tar.bz2 |
Changed calculation of ResizeRingbuffer
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 f08505a..1e88deb 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -75,6 +75,7 @@ public: class cHlsPlayer : public cPlayer, cThread { private: + std::ofstream* m_pDebugFile; int AudioIndexOffset; cHlsSegmentLoader* m_pSegmentLoader; plexclient::Video m_Video; |