diff options
author | Thomas Reufer <thomas@reufer.ch> | 2014-11-03 06:36:22 +0100 |
---|---|---|
committer | Thomas Reufer <thomas@reufer.ch> | 2014-11-03 06:36:22 +0100 |
commit | b3867e45feb119518e60f0f762adc948e5641767 (patch) | |
tree | fe7a6e3f9569746d376f628f83f1878de35205ad /rpihddevice.c | |
parent | 809daf6b89860a9996e157e303fac85965c126df (diff) | |
download | vdr-plugin-rpihddevice-0.0.10.tar.gz vdr-plugin-rpihddevice-0.0.10.tar.bz2 |
fixed video setup on start0.0.10
Diffstat (limited to 'rpihddevice.c')
-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) |