From 4cf0cf6185fffcd26ed4db15a832647d7409d86a Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Tue, 6 Apr 2010 23:40:33 +0200 Subject: moved high level id3v2/apev2/id3v1 tag writer into junklib; added tag writer to wavpack plugin --- junklib.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'junklib.h') diff --git a/junklib.h b/junklib.h index b9ac948d..2521fa91 100644 --- a/junklib.h +++ b/junklib.h @@ -104,4 +104,7 @@ junk_iconv (const char *in, int inlen, char *out, int outlen, const char *cs_in, int junk_recode (const char *in, int inlen, char *out, int outlen, const char *cs); +int +junk_rewrite_tags (struct playItem_s *it, uint32_t junk_flags, int id3v2_version, const char *id3v1_encoding); + #endif // __JUNKLIB_H -- cgit v1.2.3