The device /dev/video is now opened only if necessary (to GRAB an image)

This commit is contained in:
Klaus Schmidinger
2001-11-04 12:13:01 +01:00
parent 9bba1ce73e
commit 2f7f2084a5
3 changed files with 87 additions and 88 deletions

View File

@@ -863,3 +863,5 @@ Video Disk Recorder Revision History
- Removed all video overlay stuff from cDvbApi and SVDRP. Guido Fiala's new
'kvdr' version 0.4 now does these things itself. As a consequence of this you
will now need to use kvdr 0.4 or later.
- The device /dev/video is now opened only if necessary (to GRAB an image),
allowing other programs (like 'kvdr', for instance) to use that device.