From 53f8dec0b5a74ac8e2bec719cf34bc9ddaf21e75 Mon Sep 17 00:00:00 2001 From: waker Date: Sun, 9 Aug 2009 21:59:13 +0200 Subject: playlist save/load initial impl --- codec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'codec.h') 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; -- cgit v1.2.3