fix header

Origin commit data
------------------
Branch: master
Commit: fd23101501
Author: TangoCash <eric@loxat.de>
Date: 2016-03-26 (Sat, 26 Mar 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-03-26 12:03:13 +01:00
parent 4bf59b3281
commit 76c25cb427
4 changed files with 12 additions and 0 deletions

View File

@@ -348,6 +348,11 @@ void cPlayback::Close(void)
}
// start
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 /*duration*/)
{
lt_info( "%s:%s\n", FILENAME, __FUNCTION__);