aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder_thread.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2008-11-02 14:18:34 +0100
committerMax Kellermann <max@duempel.org>2008-11-02 14:18:34 +0100
commitfd0f195bb778db55d900c5225fac4d89b1a16af5 (patch)
treede79045b3196d55916b9a5c868c00b44a5d78b05 /src/decoder_thread.c
parent8964c69a643108a4b4828c99111517c0f6f8e3d0 (diff)
downloadmpd-fd0f195bb778db55d900c5225fac4d89b1a16af5.tar.gz
mpd-fd0f195bb778db55d900c5225fac4d89b1a16af5.tar.xz
mpd-fd0f195bb778db55d900c5225fac4d89b1a16af5.zip
music_pipe: renamed ob_* functions to music_pipe_*
Rename all functions to the new prefix.
Diffstat (limited to 'src/decoder_thread.c')
-rw-r--r--src/decoder_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/decoder_thread.c b/src/decoder_thread.c
index f45446dc2..a05783a62 100644
--- a/src/decoder_thread.c
+++ b/src/decoder_thread.c
@@ -158,7 +158,7 @@ static void decodeStart(void)
}
}
- ob_flush();
+ music_pipe_flush();
if (!ret) {
dc.error = plugin == NULL