comparison src/alac/plugin.c @ 2055:2f2ffbc2d04d

gentitle changes
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 20:43:07 -0500
parents 8f3188746b64
children 1428a79d6706
comparison
equal deleted inserted replaced
2054:f7deb2ae6f0a 2055:2f2ffbc2d04d
336 336
337 demux_res.stream = input_stream; 337 demux_res.stream = input_stream;
338 338
339 /* Get the titlestring ready. */ 339 /* Get the titlestring ready. */
340 ti = build_aud_tuple_from_demux(&demux_res, (char *) args); 340 ti = build_aud_tuple_from_demux(&demux_res, (char *) args);
341 title = aud_tuple_formatter_make_title_string(ti, get_gentitle_format()); 341 title = aud_tuple_formatter_make_title_string(ti, aud_get_gentitle_format());
342 342
343 /* initialise the sound converter */ 343 /* initialise the sound converter */
344 demux_res.alac = create_alac(demux_res.sample_size, demux_res.num_channels); 344 demux_res.alac = create_alac(demux_res.sample_size, demux_res.num_channels);
345 alac_set_info(demux_res.alac, demux_res.codecdata); 345 alac_set_info(demux_res.alac, demux_res.codecdata);
346 346