diff options
author | Max Kellermann <max@duempel.org> | 2008-11-02 16:55:43 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-11-02 16:55:43 +0100 |
commit | 8b1f6ff3c8ed06ef469d29b4a691dc4776a3db82 (patch) | |
tree | 1f54932ea014cf5ef97b2c298e2051bbd4fbb22e /src/crossfade.c | |
parent | 30fca5e5a9c26bf73a24ae5710f8d9d21be49011 (diff) | |
download | mpd-8b1f6ff3c8ed06ef469d29b4a691dc4776a3db82.tar.gz mpd-8b1f6ff3c8ed06ef469d29b4a691dc4776a3db82.tar.xz mpd-8b1f6ff3c8ed06ef469d29b4a691dc4776a3db82.zip |
decoder: replaced music_pipe.audioFormat with dc.out_audio_format
.. and rename dc.audioFormat to dc.in_audio_format. The music pipe
does not need to know the audio format, and its former "audioFormat"
property indicated the format of the most recently added chunk, which
might be confusing when you are reading the oldest chunks.
Diffstat (limited to 'src/crossfade.c')
-rw-r--r-- | src/crossfade.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crossfade.c b/src/crossfade.c index 95f7e8566..27a1c3642 100644 --- a/src/crossfade.c +++ b/src/crossfade.c @@ -21,6 +21,7 @@ #include "audio.h" #include "pcm_utils.h" #include "pipe.h" +#include "audio_format.h" #include <assert.h> #include <string.h> |