diff src/tta/aud-tta.c @ 372:a157306caf03 trunk

[svn] - finalize the plugin-side of the extension-assist ABI
author nenolod
date Tue, 12 Dec 2006 19:43:23 -0800
parents c812e846b84e
children 86478f5b0543
line wrap: on
line diff
--- a/src/tta/aud-tta.c	Tue Dec 12 19:03:49 2006 -0800
+++ b/src/tta/aud-tta.c	Tue Dec 12 19:43:23 2006 -0800
@@ -75,6 +75,8 @@
 static TitleInput *get_song_tuple(char *filename);
 static gchar *extname(const char *filename);
 
+gchar *tta_fmts[] = { "tta", NULL };
+
 InputPlugin tta_ip = 
 {
     NULL,
@@ -104,7 +106,8 @@
     get_song_tuple, // get_song_tuple
     NULL, // set_song_tuple
     NULL, // buffer
-    { "tta", NULL },
+    NULL, // vfs
+    tta_fmts,
 };
 
 InputPlugin *