audio_format: converted typedef AudioFormat to struct audio_format
Get rid of CamelCase, and don't use a typedef, so we can forward-declare it, and unclutter the include dependencies.
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "log.h"
|
||||
#include "conf.h"
|
||||
#include "audio_format.h"
|
||||
#include "mpd_types.h"
|
||||
#include "os_compat.h"
|
||||
|
||||
/* Added 4/14/2004 by AliasMrJones */
|
||||
@@ -104,7 +106,7 @@ void freeReplayGainInfo(ReplayGainInfo * info)
|
||||
}
|
||||
|
||||
void doReplayGain(ReplayGainInfo * info, char *buffer, int bufferSize,
|
||||
const AudioFormat * format)
|
||||
const struct audio_format *format)
|
||||
{
|
||||
mpd_sint16 *buffer16;
|
||||
mpd_sint8 *buffer8;
|
||||
|
Reference in New Issue
Block a user