diff src/madplug/plugin.h @ 797:19e08e104ba6 trunk

[svn] - madplug: do not call set_info repeatedly in input_process_remote_metadata, only call it when the built title string actually differs from the previous one
author giacomo
date Thu, 08 Mar 2007 09:24:04 -0800
parents 22c82f3c0411
children 0f9c8d4d3ac4
line wrap: on
line diff
--- a/src/madplug/plugin.h	Thu Mar 08 04:20:23 2007 -0800
+++ b/src/madplug/plugin.h	Thu Mar 08 09:24:04 2007 -0800
@@ -75,6 +75,7 @@
     struct id3_file *id3file;
     struct xing xing;
     TitleInput *tuple;          /* audacious tuple data */
+    gchar *prev_title;           /* used to optimize set_info calls */
 
     /* replay parameters */
     gboolean has_replaygain;