comparison src/mpg123/mpg123.c @ 368:c812e846b84e trunk

[svn] - add support for extension probing to many plugins.
author nenolod
date Tue, 12 Dec 2006 18:54:01 -0800
parents 626f9f4d79a8
children a157306caf03
comparison
equal deleted inserted replaced
367:1dcf9f67b066 368:c812e846b84e
987 NULL, 987 NULL,
988 get_song_tuple, 988 get_song_tuple,
989 NULL, 989 NULL,
990 NULL, 990 NULL,
991 is_our_fd, 991 is_our_fd,
992 { "mp3", "mp2", "mpa", "mpg", NULL },
992 }; 993 };
993 994
994 InputPlugin * 995 InputPlugin *
995 get_iplugin_info(void) 996 get_iplugin_info(void)
996 { 997 {