Mercurial > audlegacy-plugins
diff src/alac/plugin.c @ 1510:3a252050736c
replace tuple_formatter_process_string() with tuple_formatter_make_title_string() except that for streamings.
| author | Yoshiki Yazawa <yaz@cc.rim.or.jp> |
|---|---|
| date | Tue, 21 Aug 2007 17:11:59 +0900 |
| parents | eb0913bf54c3 |
| children | f6f5603a0954 d158ce84fda7 |
line wrap: on
line diff
--- a/src/alac/plugin.c Tue Aug 21 15:09:22 2007 +0900 +++ b/src/alac/plugin.c Tue Aug 21 17:11:59 2007 +0900 @@ -336,7 +336,7 @@ /* Get the titlestring ready. */ ti = build_tuple_from_demux(&demux_res, (char *) args); - title = tuple_formatter_process_string(ti, get_gentitle_format()); + title = tuple_formatter_make_title_string(ti, get_gentitle_format()); /* initialise the sound converter */ demux_res.alac = create_alac(demux_res.sample_size, demux_res.num_channels);
