libtriple: bring cDemux::Start in line with CS code

Origin commit data
------------------
Branch: master
Commit: 3d7234d5bb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)


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

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-10-01 20:28:11 +02:00
parent 2c2229f8f9
commit c0e4acce10
2 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,7 @@ void cDemux::Close(void)
fd = -1;
}
bool cDemux::Start(void)
bool cDemux::Start(bool)
{
if (fd < 0)
{

View File

@@ -41,7 +41,7 @@ class cDemux
bool Open(DMX_CHANNEL_TYPE pes_type, void * x = NULL, int y = 0);
void Close(void);
bool Start(void);
bool Start(bool record = false);
bool Stop(void);
int Read(unsigned char *buff, int len, int Timeout = 0);
bool sectionFilter(unsigned short pid, const unsigned char * const filter, const unsigned char * const mask, int len, int Timeout = 0, const unsigned char * const negmask = NULL);