summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-30 21:25:08 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-03-30 21:25:08 +0200
commit8511f7b69489e068918efc92d02b46c0e7290044 (patch)
treed20634449c99644abb99a24a156d5c2b3afb3b8a /plugins.c
parentdb6aa2c38cbc931de32438e3085994e1fd6eb0e4 (diff)
id3v2.2->2.4 converter;
fixed id3v2.2 loader; improved id3v2 COM/COMM parser
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 82899bc6..48f7195b 100644
--- a/plugins.c
+++ b/plugins.c
@@ -183,6 +183,7 @@ static DB_functions_t deadbeef_api = {
.junk_read_id3v2_full = (int (*)(DB_playItem_t *, DB_id3v2_tag_t *tag, DB_FILE *fp))junk_read_id3v2_full,
.junk_id3v2_convert_24_to_23 = junk_id3v2_convert_24_to_23,
.junk_id3v2_convert_23_to_24 = junk_id3v2_convert_23_to_24,
+ .junk_id3v2_convert_22_to_24 = junk_id3v2_convert_22_to_24,
.junk_free_id3v2 = junk_free_id3v2,
.junk_write_id3v2 = junk_write_id3v2,
.junk_id3v2_remove_frames = junk_id3v2_remove_frames,