diff src/madplug/plugin.h @ 2390:bd9673d8b7d5

converted to new sound engine scheme.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 15 Feb 2008 19:10:19 +0900
parents fd8271f07747
children 4ad6e7dfb389
line wrap: on
line diff
--- a/src/madplug/plugin.h	Thu Feb 14 15:44:10 2008 -0600
+++ b/src/madplug/plugin.h	Fri Feb 15 19:10:19 2008 +0900
@@ -109,21 +109,6 @@
     gboolean use_xing;
     gboolean dither;
     gboolean sjis;
-
-    struct
-    {
-        gchar *preamp0_db;          // gain applied to samples at decoding stage.
-        gdouble preamp0_scale;      // pow(10, pregain/20)
-        gboolean enable;
-        gboolean track_mode;
-        gchar *preamp1_db;      // preamp used with RG info.
-        gdouble preamp1_scale;
-        gchar *preamp2_db;      // preamp used without RG info.
-        gdouble preamp2_scale;
-        gboolean anti_clip;
-        gboolean adaptive_scaler;
-    } replaygain;
-
     gboolean title_override;
     gchar *id3_format;
     gboolean show_avg_vbr_bitrate;