summaryrefslogtreecommitdiff
path: root/codec.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2009-08-09 21:59:13 +0200
committerGravatar waker <wakeroid@gmail.com>2009-08-09 21:59:13 +0200
commit53f8dec0b5a74ac8e2bec719cf34bc9ddaf21e75 (patch)
treea483704d2eff8813e25096cabb886979ae737052 /codec.h
parentefc88dc7af40e35c011f4bff226ef21b75175c1b (diff)
playlist save/load initial impl
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 f01b614c..4890a8ed 100644
--- a/codec.h
+++ b/codec.h
@@ -40,6 +40,7 @@ typedef struct codec_s {
const char ** (*getexts) (void);
int (*numvoices) (void);
void (*mutevoice) (int voice, int mute);
+ const char *id; // codec id used for playlist serialization
fileinfo_t info;
} codec_t;