From 767b4c95bdb468429232a96242bd73b8e92d8660 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 2 Nov 2008 14:12:52 +0100 Subject: 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. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 025570f84..5b50b135d 100644 --- a/src/main.c +++ b/src/main.c @@ -28,7 +28,7 @@ #include "path.h" #include "mapper.h" #include "playerData.h" -#include "outputBuffer.h" +#include "pipe.h" #include "decoder_thread.h" #include "decoder_control.h" #include "player_control.h" -- cgit v1.2.3