diff options
| author | Thomas Reufer <thomas@reufer.ch> | 2014-11-03 06:36:22 +0100 |
|---|---|---|
| committer | Thomas Reufer <thomas@reufer.ch> | 2014-11-14 23:16:59 +0100 |
| commit | 9c19efb6419b7b93738be35fb0fc360f830aee3d (patch) | |
| tree | fe7a6e3f9569746d376f628f83f1878de35205ad | |
| parent | 363d528ad8acf2f8f28b5a4043a96befe380eabe (diff) | |
| download | vdr-plugin-rpihddevice-9c19efb6419b7b93738be35fb0fc360f830aee3d.tar.gz vdr-plugin-rpihddevice-9c19efb6419b7b93738be35fb0fc360f830aee3d.tar.bz2 | |
fixed video setup on start
| -rw-r--r-- | rpihddevice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpihddevice.c b/rpihddevice.c index c4296e9..51fcca3 100644 --- a/rpihddevice.c +++ b/rpihddevice.c @@ -71,7 +71,7 @@ bool cPluginRpiHdDevice::Initialize(void) bool cPluginRpiHdDevice::Start(void) { - return true; + return m_device->Start(); } void cPluginRpiHdDevice::Stop(void) |
