diff options
author | schmirl <schmirl> | 2008-10-02 07:14:47 +0000 |
---|---|---|
committer | schmirl <schmirl> | 2008-10-02 07:14:47 +0000 |
commit | 42474b84314cfc40191a86369f63aca40c2d09aa (patch) | |
tree | c90385a9c4ca03b7e9d00120837c9cf9fab332d2 /client | |
parent | 924cf6e4d0e1cfccc86db8c185da60ef0fb6e2fb (diff) | |
download | vdr-plugin-streamdev-42474b84314cfc40191a86369f63aca40c2d09aa.tar.gz vdr-plugin-streamdev-42474b84314cfc40191a86369f63aca40c2d09aa.tar.bz2 |
Added vdr-1.6.0-intcamdevices.patch (#429)
Modified Files:
HISTORY README client/device.h
Added Files:
patches/vdr-1.6.0-intcamdevices.patch
Diffstat (limited to 'client')
-rw-r--r-- | client/device.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/device.h b/client/device.h index 0c7e918..8263fa5 100644 --- a/client/device.h +++ b/client/device.h @@ -1,5 +1,5 @@ /* - * $Id: device.h,v 1.7 2008/04/07 14:40:39 schmirl Exp $ + * $Id: device.h,v 1.8 2008/10/02 07:14:47 schmirl Exp $ */ #ifndef VDR_STREAMDEV_DEVICE_H @@ -49,6 +49,7 @@ public: cStreamdevDevice(void); virtual ~cStreamdevDevice(); + virtual bool HasInternalCam(void) { return true; } virtual bool ProvidesSource(int Source) const; virtual bool ProvidesTransponder(const cChannel *Channel) const; virtual bool ProvidesChannel(const cChannel *Channel, int Priority = -1, |