diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-23 13:55:57 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-02-23 13:55:57 +0100 |
commit | db7f6ee6192b395682685eb2151fb88354a786b5 (patch) | |
tree | df5a99a045a073c9048cb1eab8b1d4b5eaf22c43 /dvbapi.c | |
parent | 645f62fee44496cf4a982c8b7ef24c7a6a4ccc2e (diff) | |
download | vdr-db7f6ee6192b395682685eb2151fb88354a786b5.tar.gz vdr-db7f6ee6192b395682685eb2151fb88354a786b5.tar.bz2 |
Accessing Schedules data directly via cSIProcessor
Diffstat (limited to 'dvbapi.c')
-rw-r--r-- | dvbapi.c | 9 |
1 files changed, 1 insertions, 8 deletions
@@ -7,7 +7,7 @@ * DVD support initially written by Andreas Schultz <aschultz@warp10.net> * based on dvdplayer-0.5 by Matjaz Thaler <matjaz.thaler@guest.arnes.si> * - * $Id: dvbapi.c 1.149 2002/02/23 10:40:55 kls Exp $ + * $Id: dvbapi.c 1.150 2002/02/23 13:11:13 kls Exp $ */ //#define DVDDEBUG 1 @@ -2732,13 +2732,6 @@ void cDvbApi::Cleanup(void) PrimaryDvbApi = NULL; } -const cSchedules *cDvbApi::Schedules(cThreadLock *ThreadLock) const -{ - if (siProcessor && ThreadLock->Lock(siProcessor)) - return siProcessor->Schedules(); - return NULL; -} - bool cDvbApi::GrabImage(const char *FileName, bool Jpeg, int Quality, int SizeX, int SizeY) { int videoDev = OstOpen(DEV_VIDEO, CardIndex(), O_RDWR, true); |