Mercurial > audlegacy-plugins
diff src/aac/src/libmp4.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 | 3b3fe8afc42e |
| children | aee4ebea943a d158ce84fda7 |
line wrap: on
line diff
--- a/src/aac/src/libmp4.c Tue Aug 21 15:09:22 2007 +0900 +++ b/src/aac/src/libmp4.c Tue Aug 21 17:11:59 2007 +0900 @@ -461,7 +461,7 @@ gchar *title; Tuple *tuple = mp4_get_song_tuple(filename); - title = tuple_formatter_process_string(tuple, get_gentitle_format()); + title = tuple_formatter_make_title_string(tuple, get_gentitle_format()); tuple_free(tuple);
