diff src/audacious/plugin.h @ 4237:8f6956130372

initial Replay Gain support
author Eugene Zagidullin <e.asphyx@gmail.com>
date Sat, 02 Feb 2008 01:53:15 +0300
parents 2d4b4f13d10d
children 29c8603a877a
line wrap: on
line diff
--- a/src/audacious/plugin.h	Thu Jan 31 21:43:51 2008 +0300
+++ b/src/audacious/plugin.h	Sat Feb 02 01:53:15 2008 +0300
@@ -1080,7 +1080,8 @@
     void (*pass_audio) (InputPlayback *, AFormat, gint, gint, gpointer, gint *);
 
     /* added in Audacious 1.5 */
-    void (*set_replaygain_info) (InputPlayback *, ReplayGainInfo *); /* called by input plugin when RG info available --asphyx */
+    /* called by input plugin when RG info available --asphyx */
+    void (*set_replaygain_info) (InputPlayback *, ReplayGainInfo *);
 };
 
 struct _InputPlugin {