comparison src/tta/aud-tta.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 fbd06b4aa776
children a157306caf03
comparison
equal deleted inserted replaced
367:1dcf9f67b066 368:c812e846b84e
101 get_song_info, 101 get_song_info,
102 file_info, 102 file_info,
103 NULL, 103 NULL,
104 get_song_tuple, // get_song_tuple 104 get_song_tuple, // get_song_tuple
105 NULL, // set_song_tuple 105 NULL, // set_song_tuple
106 NULL // buffer 106 NULL, // buffer
107 { "tta", NULL },
107 }; 108 };
108 109
109 InputPlugin * 110 InputPlugin *
110 get_iplugin_info (void) 111 get_iplugin_info (void)
111 { 112 {