pcm_utils: moved conversion code to pcm_convert.c

All what's left in pcm_utils.h is the pcm_range() utility function,
which is only used internally by pcm_volume and pcm_mix.
This commit is contained in:
Max Kellermann
2009-01-07 18:53:36 +01:00
parent 8b19c74e8e
commit b40428b3fd
8 changed files with 53 additions and 36 deletions

View File

@@ -20,7 +20,7 @@
#define MPD_DECODER_INTERNAL_H
#include "decoder_api.h"
#include "pcm_utils.h"
#include "pcm_convert.h"
struct decoder {
struct pcm_convert_state conv_state;