libtriple: change cDemux::addPid to type bool

Origin commit data
------------------
Commit: feafc20789
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:27:15 +02:00
parent 5edcdb5d9b
commit 798624893d
2 changed files with 5 additions and 5 deletions

View File

@@ -51,7 +51,7 @@ class cDemux
void * getBuffer();
void * getChannel();
DMX_CHANNEL_TYPE getChannelType(void) { return dmx_type; };
void addPid(unsigned short pid);
bool addPid(unsigned short pid);
void getSTC(int64_t * STC);
int getUnit(void);
// TD only functions