implement cDemux::GetSource()

Origin commit data
------------------
Branch: master
Commit: afdca9c02b
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-24 (Sun, 24 Feb 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2013-02-24 16:29:59 +01:00
parent 18bb801db3
commit d6072f4c91
7 changed files with 26 additions and 0 deletions

View File

@@ -477,3 +477,9 @@ bool cDemux::SetSource(int unit, int source)
lt_info_c("%s(%d, %d): not implemented yet\n", __func__, unit, source);
return true;
}
int cDemux::GetSource(int unit)
{
lt_info_c("%s(%d): not implemented yet\n", __func__, unit);
return 0;
}