diff options
Diffstat (limited to 'hlsPlayer.h')
-rw-r--r-- | hlsPlayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hlsPlayer.h b/hlsPlayer.h index c188fc2..12bea70 100644 --- a/hlsPlayer.h +++ b/hlsPlayer.h @@ -106,7 +106,7 @@ protected: public: //static cMutex s_mutex; - cHlsPlayer(std::string startm3u8, plexclient::Video* Video); + cHlsPlayer(std::string startm3u8, plexclient::Video* Video, int offset = 0); ~cHlsPlayer(); virtual bool GetIndex(int &Current, int &Total, bool SnapToIFrame = false); |