From fd0f195bb778db55d900c5225fac4d89b1a16af5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 2 Nov 2008 14:18:34 +0100 Subject: music_pipe: renamed ob_* functions to music_pipe_* Rename all functions to the new prefix. --- src/decoder_thread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/decoder_thread.c') 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 -- cgit v1.2.3