Klaus Schmidinger schrieb:
Take a look at VDR/dvbosd.c:
#define FW_NEEDS_BUFFER_RESERVE_FOR_AC3 #ifdef FW_NEEDS_BUFFER_RESERVE_FOR_AC3 //XXX This is a very ugly hack to allow cDvbOsd to reduce the buffer //XXX requirements in cTransfer if it detects a 4MB full featured
DVB card. extern bool DvbCardWith4MBofSDRAM; DvbCardWith4MBofSDRAM = osdMem >= 1000000;
Oopps - sorry I missed that - I hadn't thought of a global variable ;-) And also a define statement is not a no-go for a distri - if anyone is able to upgrade a DVB card to 4 MB he also should be able to recompile vdr :-)