# HG changeset patch # User nenolod # Date 1138302680 28800 # Node ID 802a8ed87f671bb33ea0313adb301dae2d9741a9 # Parent 58aedaf86f0f52665bdf16f73f2f6bd0590af927 [svn] Add support for tell_audio(), an output plugin accessor which will give us the information the input plugin passed to open_audio()... XMMS design sucks and we WILL be getting rid of most of these kludges in 0.3. :P diff -r 58aedaf86f0f -r 802a8ed87f67 audacious/plugin.h --- a/audacious/plugin.h Thu Jan 26 11:06:40 2006 -0800 +++ b/audacious/plugin.h Thu Jan 26 11:11:20 2006 -0800 @@ -97,6 +97,8 @@ gint (*buffer_playing) (void); gint (*output_time) (void); gint (*written_time) (void); + + gint (*tell_audio) (AFormat * fmt, gint * rate, gint * nch); }; struct _EffectPlugin {