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

Origin commit data
------------------
Commit: 448f88fcac
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-01 (Sat, 01 Oct 2011)
This commit is contained in:
Stefan Seyfried
2011-10-01 20:28:11 +02:00
parent 798624893d
commit 4088e7e8d2
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)
{