Mailing List archive

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

[vdr] Re: SO-8859-1?Q?Play_"vdr2dvd"_DVDs_with_DVD-VDR_Plugin_??



Andreas Schultz schrieb:

Sorry, but your fix is wrong. DVD's with more than one MPEG audio track will not play correctly.

Try this patch instead:

--- ./player-dvd.c.orig 2003-03-13 10:43:58.000000000 +0100
+++ ./player-dvd.c 2003-03-13 10:45:23.000000000 +0100
@@ -626,7 +626,7 @@
// no sound in trick mode
if (trickMode)
return 0;
- if (audioTrack != cPStream::packetType(sector))
+ if (audio_stream != cPStream::packetType(sector))
return 0;
if (ptsFlag) {
adiff = pktpts - lapts;
--- ./player-dvd.h.orig 2003-03-13 10:45:48.000000000 +0100
+++ ./player-dvd.h 2003-03-13 10:46:34.000000000 +0100
@@ -98,7 +98,6 @@

bool stillFrame;
uint32_t VideoPts;
- uchar audioTrack;

static int Speeds[];
bool active, running;



Andreas

Hi,
I tried your new patch and removed my modifications with your newest plugin.

But it's the same like before: no sound with my self-burned dvds... sorry...

Manuel



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



Home | Main Index | Thread Index