diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-10-05 17:16:26 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-10-05 17:16:26 +0000 |
commit | cc66392570a0f78eb8fcb21de51fc7b9fc26c604 (patch) | |
tree | d250de819e54c6bd514a34f2f2cdde830b6e94bd /src/conf.h | |
parent | c21084d9659dd70ca33854316b15d16e26bbde6a (diff) | |
download | mpd-cc66392570a0f78eb8fcb21de51fc7b9fc26c604.tar.gz mpd-cc66392570a0f78eb8fcb21de51fc7b9fc26c604.tar.xz mpd-cc66392570a0f78eb8fcb21de51fc7b9fc26c604.zip |
apply dottemag's id3v1 encodings patch
git-svn-id: https://svn.musicpd.org/mpd/trunk@2163 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/conf.h')
-rw-r--r-- | src/conf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/conf.h b/src/conf.h index 56ea0cc44..d87dc24fc 100644 --- a/src/conf.h +++ b/src/conf.h @@ -62,6 +62,7 @@ #define CONF_SHOUT_NAME 38 #define CONF_SHOUT_USER 39 #define CONF_SHOUT_QUALITY 40 +#define CONF_ID3V1_ENCODING 41 #define CONF_CAT_CHAR "\n" |