decoder_list: print decoder list with suffixes

Print the list of suffixes supported by each decoder, instead of
prining a list of all suffixes of all decoders with duplicates.
This commit is contained in:
Max Kellermann
2009-02-28 15:29:51 +01:00
parent 1bb0124b77
commit 5ea8a0df3f
3 changed files with 12 additions and 29 deletions

View File

@@ -34,8 +34,6 @@ decoder_plugin_from_mime_type(const char *mimeType, unsigned int next);
const struct decoder_plugin *
decoder_plugin_from_name(const char *name);
void decoder_plugin_print_all_suffixes(FILE * fp);
void decoder_plugin_print_all_decoders(FILE * fp);
/* this is where we "load" all the "plugins" ;-) */