diff src/flacng/plugin.c @ 1984:489e32a8e106

change some places to use set_params() instead of set_info() directly
author William Pitcock <nenolod@atheme.org>
date Sun, 07 Oct 2007 14:19:19 -0500
parents 47057148c992
children 8f3188746b64
line wrap: on
line diff
--- a/src/flacng/plugin.c	Sun Oct 07 01:13:02 2007 -0500
+++ b/src/flacng/plugin.c	Sun Oct 07 14:19:19 2007 -0500
@@ -558,7 +558,7 @@
 
     input->playing = TRUE;
 
-    flac_ip.set_info(get_title(input->filename, main_info), l, -1, main_info->stream.samplerate, main_info->stream.channels);
+    input->set_params(input, get_title(input->filename, main_info), l, -1, main_info->stream.samplerate, main_info->stream.channels);
 
     thread = g_thread_self();
     input->set_pb_ready(input);