Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: System crash



Tilo Renkl wrote:
> 
> ...
> If I record something on my primary
> interface there is no longer that message to change the
> recoding device to secondary.

Since recording and replaying on the same DVB card works stable now, this
function is no longer necessary. However, you can change the line

     cDevice *device = NULL;//XXX cDevice::GetDevice(cDevice::PrimaryDevice()->Ca(), 0);

in VDR/menu.c to

     cDevice *device = cDevice::GetDevice(cDevice::PrimaryDevice()->Ca(), 0);

to get this function back. However, it may be completely dropped in later versions.

Klaus
-- 
_______________________________________________________________

Klaus Schmidinger                       Phone: +49-8635-6989-10
CadSoft Computer GmbH                   Fax:   +49-8635-6989-40
Hofmark 2                               Email:   kls@cadsoft.de
D-84568 Pleiskirchen, Germany           URL:     www.cadsoft.de
_______________________________________________________________


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index