comparison src/madplug/plugin.c @ 2393:6d47059bce36

removed 'experimental' from description.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Fri, 15 Feb 2008 19:19:09 +0900
parents 4ad6e7dfb389
children a651657361d7
comparison
equal deleted inserted replaced
2392:4ad6e7dfb389 2393:6d47059bce36
753 } 753 }
754 754
755 static gchar *fmts[] = { "mp3", "mp2", "mpg", "bmu", NULL }; 755 static gchar *fmts[] = { "mp3", "mp2", "mpg", "bmu", NULL };
756 756
757 InputPlugin mad_ip = { 757 InputPlugin mad_ip = {
758 .description = "MPEG Audio Plugin (experimental)", 758 .description = "MPEG Audio Plugin",
759 .init = audmad_init, 759 .init = audmad_init,
760 .about = audmad_about, 760 .about = audmad_about,
761 .configure = audmad_configure, 761 .configure = audmad_configure,
762 .is_our_file = audmad_is_our_file, 762 .is_our_file = audmad_is_our_file,
763 .play_file = audmad_play_file, 763 .play_file = audmad_play_file,