diff options
Diffstat (limited to 'src/decoder/FlacPcm.hxx')
-rw-r--r-- | src/decoder/FlacPcm.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/decoder/FlacPcm.hxx b/src/decoder/FlacPcm.hxx index 97d214c17..fa85f65dd 100644 --- a/src/decoder/FlacPcm.hxx +++ b/src/decoder/FlacPcm.hxx @@ -20,13 +20,13 @@ #ifndef MPD_FLAC_PCM_HXX #define MPD_FLAC_PCM_HXX -#include "audio_format.h" +#include "AudioFormat.hxx" #include <FLAC/ordinals.h> void flac_convert(void *dest, - unsigned int num_channels, enum sample_format sample_format, + unsigned int num_channels, SampleFormat sample_format, const FLAC__int32 *const buf[], unsigned int position, unsigned int end); |