comparison src/cue/cuesheet.c @ 3046:75cd491339c9

ported icecast plugin, fixed possibly uninitialized variable in cue plugin
author Andrew O. Shadoura <bugzilla@tut.by>
date Fri, 17 Apr 2009 16:11:16 +0300
parents 63bf9d97ce65
children
comparison
equal deleted inserted replaced
3045:85f036d3e641 3046:75cd491339c9
185 /* this function will be called back for subtune-info in adding to 185 /* this function will be called back for subtune-info in adding to
186 * playlist. */ 186 * playlist. */
187 Tuple * 187 Tuple *
188 get_song_tuple(gchar *uri) /* *.cue or *.cue?1- */ 188 get_song_tuple(gchar *uri) /* *.cue or *.cue?1- */
189 { 189 {
190 Tuple *phys_tuple, *out; 190 Tuple *phys_tuple = NULL, *out;
191 ProbeResult *pr = NULL; 191 ProbeResult *pr = NULL;
192 InputPlugin *dec = NULL; 192 InputPlugin *dec = NULL;
193 gint track = 0; 193 gint track = 0;
194 194
195 /* check subtune */ 195 /* check subtune */