porting cookie.patch to generic

Origin commit data
------------------
Branch: master
Commit: 36f199b2fa
Author: TangoCash <eric@loxat.de>
Date: 2016-04-03 (Sun, 03 Apr 2016)


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

------------------
This commit was generated by Migit
This commit is contained in:
TangoCash
2016-04-03 09:35:35 +02:00
parent 462a59c225
commit a5b4f142f5
4 changed files with 6 additions and 6 deletions

View File

@@ -350,10 +350,10 @@ void cPlayback::Close(void)
// start
bool cPlayback::Start(std::string filename, std::string headers)
{
Start((char *) filename.c_str(),0,0,0,0,0);
return Start((char*) filename.c_str(),0,0,0,0,0, headers);
}
bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/, int /*ac3*/, int /*duration*/)
bool cPlayback::Start(char *filename, int /*vpid*/, int /*vtype*/, int /*apid*/, int /*ac3*/, int /*duration*/, std::string headers)
{
lt_info( "%s:%s\n", FILENAME, __FUNCTION__);