#include <stdio.h>
Go to the source code of this file.
Functions | |
struct decoder_plugin * | decoder_plugin_from_suffix (const char *suffix, unsigned int next) |
struct decoder_plugin * | decoder_plugin_from_mime_type (const char *mimeType, unsigned int next) |
struct decoder_plugin * | decoder_plugin_from_name (const char *name) |
void | decoder_plugin_print_all_decoders (FILE *fp) |
void | decoder_plugin_init_all (void) |
void | decoder_plugin_deinit_all (void) |
void decoder_plugin_deinit_all | ( | void | ) |
struct decoder_plugin* decoder_plugin_from_mime_type | ( | const char * | mimeType, | |
unsigned int | next | |||
) | [read] |
struct decoder_plugin* decoder_plugin_from_name | ( | const char * | name | ) | [read] |
struct decoder_plugin* decoder_plugin_from_suffix | ( | const char * | suffix, | |
unsigned int | next | |||
) | [read] |
void decoder_plugin_init_all | ( | void | ) |
void decoder_plugin_print_all_decoders | ( | FILE * | fp | ) |