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/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 5b50b135d..325254b62 100644 --- a/src/main.c +++ b/src/main.c @@ -424,7 +424,7 @@ int main(int argc, char *argv[]) command_init(); initPlayerData(); pc_init(buffered_before_play); - ob_init(buffered_chunks, &pc.notify); + music_pipe_init(buffered_chunks, &pc.notify); dc_init(); initAudioConfig(); initAudioDriver(); @@ -488,7 +488,7 @@ int main(int argc, char *argv[]) pc_deinit(); command_finish(); decoder_plugin_deinit_all(); - ob_free(); + music_pipe_free(); cleanUpPidFile(); finishConf(); -- cgit v1.2.3