summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec.h')
-rw-r--r--codec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/codec.h b/codec.h
index 4890a8ed..65bf36bc 100644
--- a/codec.h
+++ b/codec.h
@@ -41,6 +41,7 @@ typedef struct codec_s {
int (*numvoices) (void);
void (*mutevoice) (int voice, int mute);
const char *id; // codec id used for playlist serialization
+ const char *filetypes[20]; // NULL terminated array of const strings, representing supported file types (can be NULL)
fileinfo_t info;
} codec_t;