Wolfgang Rohdewald wrote: > On Sonntag 05 Juni 2005 21:03, Wolfgang Rohdewald wrote: > >>this might explain why vdr often dies when switching from/to a channel with DD sound - >>like ZDF and Pro 7, at least I hope so. Not tested yet, but the bug seems clear enough: > > > Nope, the problems are still there: Maybe you want to give the latest revision of the firmware a try: http://www.suse.de/~werner/test_av.tar.bz2 The recommended change to transfer.c for the new firmware is attached. Best Regards, -------------- next part -------------- --- vdr-1.3.25/transfer.c.orig 2005-05-30 11:31:05.000000000 -0700 +++ vdr-1.3.25/transfer.c 2005-05-30 11:32:13.000000000 -0700 @@ -54,12 +54,12 @@ } } -#define FW_NEEDS_BUFFER_RESERVE_FOR_AC3 -#ifdef FW_NEEDS_BUFFER_RESERVE_FOR_AC3 +//#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. bool DvbCardWith4MBofSDRAM = false; -#endif +//#endif void cTransfer::Action(void) {