Mailing List archive

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

[vdr] Small patch to avoid high load with LiveAC3



Untested though ;^)

--------------------------------------------------------------------------
--- dvbapi.c
+++ dvbapi.c	Wed Apr 10 14:50:44 2002
@@ -1793,7 +1793,7 @@
 
 void cDvbApi::BypassAC3(void)
 {
-  if (!LiveAC3) {
+  if (!LiveAC3 && cDvbApi::AudioCommand()) {
      LiveAC3 = new cLiveAC3(fd_demuxd1, dPid1);
      ResumeLiveAC3 = false;
      }
--------------------------------------------------------------------------


            Werner



Home | Main Index | Thread Index