- fix build hd60

This commit is contained in:
max_10
2020-06-19 23:51:54 +02:00
committed by Thilo Graf
parent 2fbfd158df
commit cf9f93f459
2 changed files with 5 additions and 5 deletions

View File

@@ -77,8 +77,8 @@ public:
bool Open(playmode_t PlayMode);
void Close(void);
bool Start(char *filename, int vpid, int vtype, int apid, int ac3, int duration, std::string headers = "");
bool Start(std::string filename, std::string headers = "");
bool Start(char *filename, int vpid, int vtype, int apid, int ac3, int duration, std::string headers = "", std::string filename2 = "");
bool Start(std::string filename, std::string headers = "", std::string filename2 = "");
bool SetAPid(int pid, bool ac3 = false);
bool SetVPid(int /*pid*/);
bool SetSubtitlePid(int pid);