On 14.06.2009 16:39, Udo Richter wrote:
In order to re-unite VDR-1.6 and VDR-1.7, I've back-ported parts
of VDR-1.7 to 1.6 to allow playback of TS recordings even on VDR-1.6
systems.

http://www.udo-richter.de/vdr/patches.html#tsplay
http://www.udo-richter.de/vdr/patches.en.html#tsplay

There's a last-minute bug in the patch causing audio playback to be broken. The attached patch should fix it. (untested.)


Cheers,

Udo
--- device.c
+++ device.c
@@ -66,6 +61,7 @@
 cDevice *cDevice::avoidDevice = NULL;
 
 cDevice::cDevice(void)
+:patPmtParser(true)
 {
   cardIndex = nextCardIndex++;
 
_______________________________________________
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr

Reply via email to