From 8964c69a643108a4b4828c99111517c0f6f8e3d0 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 2 Nov 2008 14:15:47 +0100 Subject: music_pipe: renamed struct output_buffer to struct music_pipe .. and rename ob_chunk to struct music_chunk. --- src/crossfade.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/crossfade.h') diff --git a/src/crossfade.h b/src/crossfade.h index 5ceb37b11..34ddcb433 100644 --- a/src/crossfade.h +++ b/src/crossfade.h @@ -20,15 +20,14 @@ #ifndef MPD_CROSSFADE_H #define MPD_CROSSFADE_H -#include "pipe.h" - struct audio_format; +struct music_chunk; unsigned cross_fade_calc(float duration, float total_time, const struct audio_format *af, unsigned max_chunks); -void cross_fade_apply(ob_chunk * a, const ob_chunk * b, +void cross_fade_apply(struct music_chunk *a, const struct music_chunk *b, const struct audio_format *format, unsigned int current_chunk, unsigned int num_chunks); -- cgit v1.2.3