mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Increased the maximum number of DVB devices to 8
This commit is contained in:
parent
44479aab2a
commit
197d3762e4
@ -1009,6 +1009,7 @@ Rolf Ahrenberg <rahrenbe@cc.hut.fi>
|
||||
cPluginManager::Active() in menu.c to "restart anyway?"
|
||||
for adding --remove-destination to the 'cp' command for binaries in the Makefiles of
|
||||
the plugins
|
||||
for increasing the maximum number of DVB devices to 8
|
||||
|
||||
Ralf Klueber <ralf.klueber@vodafone.com>
|
||||
for reporting a bug in cutting a recording if there is only a single editing mark
|
||||
|
1
HISTORY
1
HISTORY
@ -5128,3 +5128,4 @@ Video Disk Recorder Revision History
|
||||
- Simplified the error handling in cDvbTuner::GetFrontendStatus() (based on a
|
||||
discussion with Reinhard Nissl).
|
||||
- Updated the Finnish OSD texts (thanks to Rolf Ahrenberg).
|
||||
- Increased the maximum number of DVB devices to 8 (thanks to Rolf Ahrenberg).
|
||||
|
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: dvbdevice.h 1.43 2007/01/13 11:35:07 kls Exp $
|
||||
* $Id: dvbdevice.h 1.44 2007/02/25 12:23:57 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __DVBDEVICE_H
|
||||
@ -19,7 +19,7 @@
|
||||
#error VDR requires Linux DVB driver API version 3!
|
||||
#endif
|
||||
|
||||
#define MAXDVBDEVICES 4
|
||||
#define MAXDVBDEVICES 8
|
||||
|
||||
class cDvbTuner;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user