Mailing List archive

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

[vdr] Re: [PATCH] dxr3-plugin (0.1.7a) with multiple DXR3 cards +bug in DXR3 setup menu



Tobias Haustein schrieb:
Hi Folks,


I think that the dxr3 plugin has a bug concerning the digital audio flag. It is always written as "true" to the config file. The bug lies in dxr3configdata.h:16:

int SetUseDigitalOut(int value){UseDigitalOut = value;return true;};

should be:

int SetUseDigitalOut(int value){UseDigitalOut = value;return value;}

I also can confirm that bug (didn't check code, but found that problem with OSD and setup.conf). As I first thought it being a problem with my setup (unsuccessfully trying to setup overlay) i circumvented this by using em8300setup.

Rene



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



Home | Main Index | Thread Index