Mailing List archive

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

[vdr] Re: [PATCH] AC3overDVB 0.1.4



On 29 Mar 2003 Andreas Schultz <aschultz@warp10.net> wrote:

> I can't test it, but i might just be enough to call seenPTS() just before you 
> call cbPlayAudio().

Ok, thanks for the hint :-)

Let's give it a try. Please everybody with the navifation
problem (Jörg, Olivier, ...) try this additional patch for the
dvd plugin and let me know if it works (patch only verified for
compiling, not tested).

diff -urN dvd-0.3.1-ac3-save/player-dvd.c dvd-0.3.1-ac3/player-dvd.c
--- dvd-0.3.1-ac3-save/player-dvd.c	2003-02-17 19:39:27.000000000 +0100
+++ dvd-0.3.1-ac3/player-dvd.c	2003-03-31 16:12:25.000000000 +0200
@@ -675,8 +675,10 @@
 		      switch (*data & 0xF8) {
 			  case aAC3:
 #ifdef HAVE_AC3_OVER_DVB
-			       if(Setup.PlayMultichannelAudio)
+			       if(Setup.PlayMultichannelAudio) {
+                                 seenPTS(pktpts);
                                  cbPlayAudio(sector, r);
+                                 }
 			       else {
 #else
                                  PlayAudio(sector, r);
@@ -691,8 +693,10 @@
 			       break;
 			  case aDTS:
 #ifdef HAVE_AC3_OVER_DVB
-			       if(Setup.PlayMultichannelAudio)
+			       if(Setup.PlayMultichannelAudio) {
+                                 seenPTS(pktpts);
                                  cbPlayAudio(sector, r);
+                                 }
                                else {
 #else
                                  PlayAudio(sector, r);


-- 
Stefan Huelswitt
huels@iname.com  | http://home.pages.de/~nathan


-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe vdr" as subject.



Home | Main Index | Thread Index