Mailing List archive

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

[vdr] Re: AC3overDVB2 patch and MP3 plugin



Tim Schröder wrote:
> Hi,
> in my box i got the impression the the AC3 patch conflicts with the MP3
> plugin (on vdr-1.1.20). If i play a audio cd or mp3s with that patched
> version vdr tries to get the data through as fast as possible. The
> progress bar shows 2x to 10x the "speed".
>
> Any Ideas ????
>

Hello,


Strefan Huelswitt wrote on 19.01.2003:
--------------------------------------------------
Unfortunaly this fix broke MP3 playback (and most probably any
other replay that uses PCM frames). You can use this
modification to the MP3 plugin as a temporary work around.

I hope that I can provide a better solution in the next days.

--- ../../../../plugins/mp3-0.7.9/player-mp3.c 2002-12-18 19:38:38.000000000 +0100
+++ player-mp3.c 2003-01-19 21:48:50.000000000 +0100
@@ -927,7 +927,7 @@
   memset(&lpcmFrame,0,sizeof(lpcmFrame));
   lpcmFrame.PES[2]=0x01;
   lpcmFrame.PES[3]=0xbd;
-  lpcmFrame.PES[6]=0x80;
+  lpcmFrame.PES[6]=0x81;
   lpcmFrame.LPCM[0]=0xa0; // substream ID
   lpcmFrame.LPCM[1]=0xff;
   lpcmFrame.LPCM[5]=0x01;

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




MfG Uwe




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



Home | Main Index | Thread Index