implement cDemux::GetSource()

This commit is contained in:
Stefan Seyfried
2013-02-24 16:29:59 +01:00
parent e900236f7e
commit afdca9c02b
7 changed files with 26 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ class cDemux
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; };
static int GetSource(int /*unit*/) { return 0; };
// TD only functions
int getFD(void) { return fd; }; /* needed by cPlayback class */
void removePid(unsigned short Pid); /* needed by cRecord class */