libtriple: change cDemux::addPid to type bool

Origin commit data
------------------
Branch: master
Commit: 5619aae1da
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:27:15 +02:00
parent fa7d12ddb6
commit 2c2229f8f9
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