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

@@ -52,6 +52,11 @@ void cPlayback::Close(void)
}
}
bool cPlayback::Start(std::string filename, std::string headers = "")
{
Start(filename.c_str(),0,0,0,0,0);
}
bool cPlayback::Start(char *filename, int vpid, int vtype, int apid, int ac3, int)
{
bool ret = false;