Plugins DVD and Dolby Digital

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

 



Hi,

With VDR-1.5.10 and cvs version plugins DVD, it is not possible to have
audio.

The syslog shows:
[4223] switching to pre 1.3.19 Dolby Digital compatibility mode

UseDolbyDigital is disabled.

The solution I have for the moment is to apply the patch that I put in
attachment.

Thanks for your help.
diff -Nru vdr-1.5.10/device.c vdr-1.5.10-DVD/device.c
--- vdr-1.5.10/device.c	2007-10-14 15:09:19.000000000 +0200
+++ vdr-1.5.10-DVD/device.c	2007-11-01 18:11:45.000000000 +0100
@@ -1236,8 +1236,8 @@
                int PayloadOffset = Data[8] + 9;
 
                // Compatibility mode for old subtitles plugin:
-               if ((Data[PayloadOffset - 3] & 0x81) == 1 && Data[PayloadOffset - 2] == 0x81)
-                  PayloadOffset--;
+//               if ((Data[PayloadOffset - 3] & 0x81) == 1 && Data[PayloadOffset - 2] == 0x81)
+//                  PayloadOffset--;
 
                uchar SubStreamId = Data[PayloadOffset];
                uchar SubStreamType = SubStreamId & 0xF0;

Attachment: signature.asc
Description: OpenPGP digital signature

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

[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux