comparison src/madplug/plugin.c @ 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 b8da6a0b0da2
children df520f828dcf
comparison
equal deleted inserted replaced
2149:cf20f1bd2f1e 2153:2f7eff0bc6eb
817 aud_vfs_rewind(fd); 817 aud_vfs_rewind(fd);
818 818
819 return __audmad_get_song_tuple(filename, fd); 819 return __audmad_get_song_tuple(filename, fd);
820 } 820 }
821 821
822 static gchar *fmts[] = { "mp3", "mp2", "mpg", NULL }; 822 static gchar *fmts[] = { "mp3", "mp2", "mpg", "bmu", NULL };
823 823
824 InputPlugin mad_ip = { 824 InputPlugin mad_ip = {
825 .description = "MPEG Audio Plugin", 825 .description = "MPEG Audio Plugin",
826 .init = audmad_init, 826 .init = audmad_init,
827 .about = audmad_about, 827 .about = audmad_about,