diff src/madplug/input.c @ 997:e46b98155d5d trunk

[svn] - fix a bug which counts number of frames twice in handling xing header. - now fileinfo dialog calculates play length even though TLEN tag exists so that it can overwrite wrong TLEN tag.
author yaz
date Tue, 01 May 2007 12:49:27 -0700
parents 8b1685669148
children e7cd962732cb
line wrap: on
line diff
--- a/src/madplug/input.c	Tue May 01 10:38:27 2007 -0700
+++ b/src/madplug/input.c	Tue May 01 12:49:27 2007 -0700
@@ -122,6 +122,8 @@
     if(audmad_is_remote((gchar *)url))
         info->remote = TRUE;
 
+    info->fileinfo_request = FALSE;
+
 #ifdef DEBUG
     g_message("i: info->size = %lu", (long unsigned int)info->size);
     g_message("e: input_init");