diff src/alac/plugin.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 626f9f4d79a8
children d124034ebea3
line wrap: on
line diff
--- a/src/alac/plugin.c	Tue Dec 12 19:03:49 2006 -0800
+++ b/src/alac/plugin.c	Tue Dec 12 19:43:23 2006 -0800
@@ -204,6 +204,8 @@
 	return -1;
 }
 
+gchar *alac_fmts[] = { "m4a", "alac", NULL };
+
 InputPlugin alac_ip = {
     NULL,
     NULL,
@@ -233,6 +235,7 @@
     NULL,
     NULL,
     is_our_fd,
+    alac_fmts
 };
 
 static int get_sample_info(demux_res_t *demux_res, uint32_t samplenum,