Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: MP3/MPlayer plugin 0.9.4 (development)
On 04 Sep 2004 Wolfgang Fritz <wolfgang.fritz@gmx.net> wrote:
Hi,
> One question: I've just discovered the shoutcast/icecast streaming. I
> can play a stream fine, but I don't have a progress display. The TV
Apply this fix:
--- player-mp3.c 2004-09-03 17:53:39.000000000 +0200
+++ player-mp3.c 2004-09-05 10:20:31.000000000 +0200
@@ -1706,7 +1706,7 @@
bool cMP3Player::GetIndex(int &Current, int &Total, bool SnapToIFrame)
{
Current=SecondsToFrames(index); Total=total;
- return total>0;
+ return total>=0;
}
bool cMP3Player::GetReplayMode(bool &Play, bool &Forward, int &Speed)
Small reason, big effect ;)
Regards.
--
Stefan Huelswitt
s.huelswitt@gmx.de | http://www.muempf.de/
Home |
Main Index |
Thread Index