summaryrefslogtreecommitdiff
path: root/hlsPlayer.h
diff options
context:
space:
mode:
authorchriszero <zerov83@gmail.com>2015-09-27 15:52:23 +0200
committerchriszero <zerov83@gmail.com>2015-09-27 15:52:23 +0200
commit004e8940e25c3bca2b9219a5494e80b3c9b3ab9c (patch)
treeeb1e5b180bbbb6fcc265cc816b660dc64f6f7e52 /hlsPlayer.h
parentf22f21bcacdd4b57b14e5400fe6a55cf83b268d3 (diff)
downloadvdr-plugin-plex-development.tar.gz
vdr-plugin-plex-development.tar.bz2
Own replay control for skinningdevelopment
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 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;