diff src/madplug/decoder.c @ 768:1d3f70ac6b31 trunk

[svn] - remote metadata handling is moved into input_process_remote_metadata(). this function converts string into utf-8 if necessary (mainly for zina). - revise seekable determination logic. duration may be negative value (zina..). - if remote url is passed, scan_file() will use fast scan method irrespective of preference value. - scattered http:// matching codes are aggregate into audmad_is_remote(). - some cleanups.
author yaz
date Fri, 02 Mar 2007 00:14:11 -0800
parents 59b4bce10c3b
children 22c82f3c0411
line wrap: on
line diff
--- a/src/madplug/decoder.c	Thu Mar 01 20:09:48 2007 -0800
+++ b/src/madplug/decoder.c	Fri Mar 02 00:14:11 2007 -0800
@@ -190,6 +190,7 @@
 
 #ifdef DEBUG
     g_message("f: scan_file");
+    g_message("scan_file frames = %d\n", info->frames);
 #endif                          /* DEBUG */
 
     while (1) {