filter/ReplayGain: forward-declare struct ReplayGainInfo
This commit is contained in:
parent
bfb0897b54
commit
513e3a3d21
@ -20,11 +20,12 @@
|
|||||||
#ifndef MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
|
#ifndef MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
|
||||||
#define MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
|
#define MPD_REPLAY_GAIN_FILTER_PLUGIN_HXX
|
||||||
|
|
||||||
#include "ReplayGainInfo.hxx"
|
#include "ReplayGainMode.hxx"
|
||||||
|
|
||||||
class Filter;
|
class Filter;
|
||||||
class PreparedFilter;
|
class PreparedFilter;
|
||||||
class Mixer;
|
class Mixer;
|
||||||
|
struct ReplayGainInfo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Enables or disables the hardware mixer for applying replay gain.
|
* Enables or disables the hardware mixer for applying replay gain.
|
||||||
|
Loading…
Reference in New Issue
Block a user