Mercurial > audlegacy-plugins
comparison src/aac/libmp4.c @ 2055:2f2ffbc2d04d
gentitle changes
| author | William Pitcock <nenolod@atheme.org> |
|---|---|
| date | Sat, 13 Oct 2007 20:43:07 -0500 |
| parents | 2ffc6a69fcd1 |
| children | 4610f14103e4 |
comparison
equal
deleted
inserted
replaced
| 2054:f7deb2ae6f0a | 2055:2f2ffbc2d04d |
|---|---|
| 453 static gchar *mp4_get_song_title(char *filename) | 453 static gchar *mp4_get_song_title(char *filename) |
| 454 { | 454 { |
| 455 gchar *title; | 455 gchar *title; |
| 456 Tuple *tuple = mp4_get_song_tuple(filename); | 456 Tuple *tuple = mp4_get_song_tuple(filename); |
| 457 | 457 |
| 458 title = aud_tuple_formatter_make_title_string(tuple, get_gentitle_format()); | 458 title = aud_tuple_formatter_make_title_string(tuple, aud_get_gentitle_format()); |
| 459 | 459 |
| 460 aud_tuple_free(tuple); | 460 aud_tuple_free(tuple); |
| 461 | 461 |
| 462 return title; | 462 return title; |
| 463 } | 463 } |
