aboutsummaryrefslogtreecommitdiffstats
path: root/src/crossfade.h
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-02 14:12:52 +0100
committerMax Kellermann <max@duempel.org>2008-11-02 14:12:52 +0100
commit767b4c95bdb468429232a96242bd73b8e92d8660 (patch)
tree9e0fbc9cbe930cb66910fe7ff22c97f64de5f552 /src/crossfade.h
parentb48ae8c26fafe3e2bf8767a2fb7aa1779fe8abc4 (diff)
downloadmpd-767b4c95bdb468429232a96242bd73b8e92d8660.tar.gz
mpd-767b4c95bdb468429232a96242bd73b8e92d8660.tar.xz
mpd-767b4c95bdb468429232a96242bd73b8e92d8660.zip
renamed outputBuffer.[ch] to pipe.[ch]
No CamelCase in the file name. The output_buffer struct is going to be renamed to music_pipe. There are so many buffer levels in MPD, and calling this one "output buffer" is wrong, because it's not the last buffer before the music reaches the output devices.
Diffstat (limited to 'src/crossfade.h')
-rw-r--r--src/crossfade.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crossfade.h b/src/crossfade.h
index a8b6e85ad..5ceb37b11 100644
--- a/src/crossfade.h
+++ b/src/crossfade.h
@@ -20,7 +20,7 @@
#ifndef MPD_CROSSFADE_H
#define MPD_CROSSFADE_H
-#include "outputBuffer.h"
+#include "pipe.h"
struct audio_format;