# HG changeset patch # User Ralf Ertzinger # Date 1194372334 -3600 # Node ID 882ab6368d8ed47b07d0ab86dc332a93d2a979d0 # Parent 69c9f138611b27cdde92b89dcd6b29a4b14f710e# Parent a0efcdd66861512cb0aa2ad2f9b32b394437d930 branch merge diff -r 69c9f138611b -r 882ab6368d8e src/madplug/plugin.c --- a/src/madplug/plugin.c Tue Nov 06 19:03:29 2007 +0100 +++ b/src/madplug/plugin.c Tue Nov 06 19:05:34 2007 +0100 @@ -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",