summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-14 19:50:35 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-14 19:50:35 +0200
commit9714adc59ea1d46750bd24153ce82c5cfaa5df78 (patch)
tree72ec05221c6c0da840da04cedaef9a804e966cc3 /codec.h
parent6d82e1b24c2e98ed627b5d8ed6a2064bebd44d9d (diff)
added filetype to playlist format
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;