diff 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
line wrap: on
line diff
--- a/src/aac/libmp4.c	Sat Oct 13 20:38:34 2007 -0500
+++ b/src/aac/libmp4.c	Sat Oct 13 20:43:07 2007 -0500
@@ -455,7 +455,7 @@
     gchar *title;
     Tuple *tuple = mp4_get_song_tuple(filename);
 
-    title = aud_tuple_formatter_make_title_string(tuple, get_gentitle_format());
+    title = aud_tuple_formatter_make_title_string(tuple, aud_get_gentitle_format());
 
     aud_tuple_free(tuple);