summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-06 23:40:33 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-06 23:40:33 +0200
commit4cf0cf6185fffcd26ed4db15a832647d7409d86a (patch)
tree3d19eec29b216536ad09b2dd80b96a3dab75fc26 /plugins.c
parent9c6e2108adbcedccee5a2984b1d8ffc57e6b1087 (diff)
moved high level id3v2/apev2/id3v1 tag writer into junklib;
added tag writer to wavpack plugin
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins.c b/plugins.c
index 6f5d57ba..ba056b33 100644
--- a/plugins.c
+++ b/plugins.c
@@ -210,6 +210,7 @@ static DB_functions_t deadbeef_api = {
.junk_detect_charset = junk_detect_charset,
.junk_recode = junk_recode,
.junk_iconv = junk_iconv,
+ .junk_rewrite_tags = (int (*) (DB_playItem_t *it, uint32_t flags, int id3v2_version, const char *id3v1_encoding))junk_rewrite_tags,
// vfs
.fopen = vfs_fopen,
.fclose = vfs_fclose,