changeset 2153:2f7eff0bc6eb

madplug: add .bmu to extensions whitelist (closes bugzilla #49)
author William Pitcock <nenolod@atheme.org>
date Mon, 05 Nov 2007 09:41:56 -0600
parents cf20f1bd2f1e
children a0efcdd66861
files src/madplug/plugin.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/madplug/plugin.c	Thu Nov 01 21:20:20 2007 +0100
+++ b/src/madplug/plugin.c	Mon Nov 05 09:41:56 2007 -0600
@@ -819,7 +819,7 @@
     return __audmad_get_song_tuple(filename, fd);
 }
 
-static gchar *fmts[] = { "mp3", "mp2", "mpg", NULL };
+static gchar *fmts[] = { "mp3", "mp2", "mpg", "bmu", NULL };
 
 InputPlugin mad_ip = {
     .description = "MPEG Audio Plugin",