Mailing List archive

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

[vdr] Re: mp3-0.9.9 with vdr-1.3.19



On 05 Feb 2005 Laz <laz@club-burniston.co.uk> wrote:

> I'm still getting no output from the mp3 plugin with vdr-1.3.19. Unpatched, 
> playback of an mp3 gives me a progress bar which speeds through the whole 
> track in a few seconds, which is what other people were reporting.

There was a patch on the ML:

diff -Nur vdrdevel-plugin-mp3.orig/player-mp3.c vdrdevel-plugin-mp3/player-mp3.c
--- vdrdevel-plugin-mp3.orig/player-mp3.c    2005-01-25 20:12:53.000000000 +0100
+++ vdrdevel-plugin-mp3/player-mp3.c    2005-01-25 20:08:41.000000000 +0100
@@ -1220,7 +1220,7 @@
   only48khz=MP3Setup.Only48kHz;
   outSr=0;
 #if VDRVERSNUM >= 10318
-  cDevice::PrimaryDevice()->SetCurrentAudioTrack(ttDolbyFirst);
+  cDevice::PrimaryDevice()->SetCurrentAudioTrack(ttAudio);
 #endif
   d(printf("mp3-dvb: using DVB output\n"))
 }

Regards.

-- 
Stefan Huelswitt
s.huelswitt@gmx.de  | http://www.muempf.de/




Home | Main Index | Thread Index