Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread [EMAIL PROTECTED]
It happens a little bit in vdr-1.5.9 but not nearly as much as in vdr-1.5.10.  
Vdr-1.5.10 the problem is quite a bit worse on dolby digital channels.  Thank 
you for your time.  
_
Click for free quote on refinancing your mortgage.
http://thirdpartyoffers.netzero.net/TGL2211/fc/Ioyw6ijmOagSun79CW7CDmQqB05avR9rXecdOjxvJCBLjMl6qvq3Dv/



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread [EMAIL PROTECTED]
The patch appears to help sync in the sound a lot better than before thank you 
very much.  It's greatly appreciated.  
_
Click here to find great deals on vending machines.
http://thirdpartyoffers.netzero.net/TGL2211/fc/Ioyw6ijnXPBXxCHcLeL2T9o5RWKZ3rCuEg1H02JAEl9KjB7IAGcsOR/



___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread Klaus Schmidinger
On 10/19/07 22:34, [EMAIL PROTECTED] wrote:
 It happens a little bit in vdr-1.5.9 but not nearly as much as in vdr-1.5.10. 
  Vdr-1.5.10 the problem is quite a bit worse on dolby digital channels.  
 Thank you for your time.  

Please try:

--- device.c2007/10/14 13:09:19 1.145
+++ device.c2007/10/17 18:31:02 1.146
@@ -1236,7 +1236,7 @@
int PayloadOffset = Data[8] + 9;

// Compatibility mode for old subtitles plugin:
-   if ((Data[PayloadOffset - 3]  0x81) == 1  Data[PayloadOffset 
- 2] == 0x81)
+   if ((Data[7]  0x01)  (Data[PayloadOffset - 3]  0x81) == 
0x01  Data[PayloadOffset - 2] == 0x81)
   PayloadOffset--;

uchar SubStreamId = Data[PayloadOffset];


Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


Re: [vdr] vdr-1.5.10-Sync'ing problems

2007-10-19 Thread Klaus Schmidinger
On 10/16/07 00:03, [EMAIL PROTECTED] wrote:
 I am running vdr-1.5.10 and when I tune into a channel that uses dolby 
 digital it takes forever to sync into the channel and the sound continues to 
 fade in and out.  Channels that do not use dolby digital are ok and sync in 
 as normal.  

Is this a new problem in version 1.5.10, or did this also
happen in 1.5.9?

Klaus

___
vdr mailing list
vdr@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr