Mailing List archive

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

[vdr] Re: MP3/MPlayer plugin 0.7.11 available (plugin development)



On 31 Mar 2003 s.huelswitt@gmx.de (Stefan Huelswitt) wrote:

> I'll have to investigate the problem.

May be this patch fixes the problem:

diff -urN ../../../archive/plugins/mp3-0.7.11/decoder-snd.c mp3/decoder-snd.c
--- ../../../archive/plugins/mp3-0.7.11/decoder-snd.c	2002-12-12 19:45:42.000000000 +0100
+++ mp3/decoder-snd.c	2003-03-31 16:59:21.000000000 +0200
@@ -58,7 +58,7 @@
 #define CDFS_TRACK     "track-"
 
 #define CDDB_PROTO 5                   // used protocol level
-#define CDDB_TOUT  30                  // connection timeout in seconds
+#define CDDB_TOUT  30*1000             // connection timeout (ms)
 
 const char *cddbpath="/var/lib/cddb";      // default local cddb path
 
-- 
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