music_pipe: renamed ob_* functions to music_pipe_*

Rename all functions to the new prefix.
This commit is contained in:
Max Kellermann
2008-11-02 14:18:34 +01:00
parent 8964c69a64
commit fd0f195bb7
6 changed files with 56 additions and 55 deletions

View File

@@ -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();