fix generic compile

This commit is contained in:
TangoCash
2016-03-26 12:23:02 +01:00
parent 944c27e51f
commit 747c5cb3f1
2 changed files with 6 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ class cPlayback
bool Open(playmode_t PlayMode);
void Close(void);
bool Start(char *filename, int vpid, int vtype, int apid, int ac3, int duration);
bool Start(std::string filename, std::string headers = "");
bool SetAPid(int pid, bool ac3);
bool SetSubtitlePid(int pid);
bool SetTeletextPid(int pid);