Mailing List archive

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

[vdr] Re: How to use 5.1 with VDR?



On 18 Jan 2003 s.huelswitt@gmx.de (Stefan Huelswitt) wrote:

> So we have to make some more effort to detect the substream type.

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


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



Home | Main Index | Thread Index