mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
cDemux: add dummy SetSource() for coolstream compatibiliy
This commit is contained in:
@@ -60,6 +60,8 @@ class cDemux
|
||||
bool addPid(unsigned short pid);
|
||||
void getSTC(int64_t * STC);
|
||||
int getUnit(void);
|
||||
/* tripledragon is unlikely to get a second tuner, so stub it out right here */
|
||||
static bool SetSource(int /*unit*/, int /*source*/) { return true; };
|
||||
// TD only functions
|
||||
int getFD(void) { return fd; }; /* needed by cPlayback class */
|
||||
void removePid(unsigned short Pid); /* needed by cRecord class */
|
||||
|
Reference in New Issue
Block a user