src/decoder_list.h File Reference
#include <stdio.h>
Go to the source code of this file.
Function Documentation
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 |
) |
|