fix header

This commit is contained in:
TangoCash
2016-03-26 12:03:13 +01:00
parent 8e99bc5cac
commit fd23101501
4 changed files with 12 additions and 0 deletions

View File

@@ -41,6 +41,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 = false);
bool SetVPid(int pid);
bool SetSubtitlePid(int pid);