summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-12-05 16:07:59 +0100
committerGravatar waker <wakeroid@gmail.com>2010-12-05 16:07:59 +0100
commit92aa0e95f1d2f006acc8ebaf4c4451a854d2d0ec (patch)
tree4115b70c71b13a2b7686e64e83e07c6f768512f9 /deadbeef.h
parent3629cd4e9959093cd38fc630604d04dce93eda6c (diff)
added support for filetype prefix-test (for uade2 mod.title files); some code cleanup
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 7108fbcb..b5232214 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -714,6 +714,10 @@ typedef struct DB_decoder_s {
// NULL terminated array of all supported extensions
const char **exts;
+ // NULL terminated array of all supported prefixes (UADE support needs that)
+ // e.g. "mod.song_title"
+ const char **prefixes;
+
// NULL terminated array of all file type names
const char **filetypes;
} DB_decoder_t;