mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
libtriple: change cDemux::addPid to type bool
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user