diff options
author | chriszero <zerov83@gmail.com> | 2015-09-27 15:52:23 +0200 |
---|---|---|
committer | chriszero <zerov83@gmail.com> | 2015-09-27 15:52:23 +0200 |
commit | 004e8940e25c3bca2b9219a5494e80b3c9b3ab9c (patch) | |
tree | eb1e5b180bbbb6fcc265cc816b660dc64f6f7e52 /hlsPlayer.h | |
parent | f22f21bcacdd4b57b14e5400fe6a55cf83b268d3 (diff) | |
download | vdr-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.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; |