mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
add cookie.patch thx DboxOldie
This commit is contained in:
@@ -70,7 +70,7 @@ class Input
|
||||
|
||||
bool ReadSubtitle(const char *filename, const char *format, int pid);
|
||||
bool ReadSubtitles(const char *filename);
|
||||
bool Init(const char *filename);
|
||||
bool Init(const char *filename, std::string headers = "");
|
||||
bool UpdateTracks();
|
||||
bool Play();
|
||||
bool Stop();
|
||||
|
@@ -103,7 +103,7 @@ class Player {
|
||||
bool FastBackward(int speed);
|
||||
bool FastForward(int speed);
|
||||
|
||||
bool Open(const char *Url, bool noprobe = false);
|
||||
bool Open(const char *Url, bool noprobe = false, std::string headers = "");
|
||||
bool Close();
|
||||
bool Play();
|
||||
bool Pause();
|
||||
|
Reference in New Issue
Block a user