diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-11-04 12:13:01 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-11-04 12:13:01 +0100 |
commit | 2f7f2084a5b555af618e0de7a27fbf566de15794 (patch) | |
tree | 6f320ff5d7e0787d8ea2eda5c4a78ee1948e6fdc /dvbapi.h | |
parent | 9bba1ce73e5d82d505e20b1ddb1012021b72f35c (diff) | |
download | vdr-2f7f2084a5b555af618e0de7a27fbf566de15794.tar.gz vdr-2f7f2084a5b555af618e0de7a27fbf566de15794.tar.bz2 |
The device /dev/video is now opened only if necessary (to GRAB an image)0.9.8
Diffstat (limited to 'dvbapi.h')
-rw-r--r-- | dvbapi.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: dvbapi.h 1.57 2001/11/04 11:27:18 kls Exp $ + * $Id: dvbapi.h 1.58 2001/11/04 11:39:42 kls Exp $ */ #ifndef __DVBAPI_H @@ -84,7 +84,6 @@ class cDvbApi { friend class cTransferBuffer; private: FrontendType frontendType; - int videoDev; int fd_osd, fd_frontend, fd_sec, fd_dvr, fd_audio, fd_video, fd_demuxa1, fd_demuxa2, fd_demuxd1, fd_demuxd2, fd_demuxv, fd_demuxt; int vPid, aPid1, aPid2, dPid1, dPid2; bool SetPid(int fd, dmxPesType_t PesType, int Pid, dmxOutput_t Output); |