diff options
author | Christoph Tieben <buggy@tieben.de> | 2014-06-27 21:14:55 +0200 |
---|---|---|
committer | Christoph Tieben <buggy@tieben.de> | 2014-06-27 21:14:55 +0200 |
commit | 88433bca22ec9518467f313a64de5f064afc2acf (patch) | |
tree | 9df3343589aacdb00e421ec4dcde7f5f94581053 /src/decoder/plugins | |
parent | 34689eb2d2c292e4847814b965e7e78da839cdea (diff) | |
download | mpd-88433bca22ec9518467f313a64de5f064afc2acf.tar.gz mpd-88433bca22ec9518467f313a64de5f064afc2acf.tar.xz mpd-88433bca22ec9518467f313a64de5f064afc2acf.zip |
Added Comment/Description to decoder/plugins/XiphTags.cxx
Diffstat (limited to 'src/decoder/plugins')
-rw-r--r-- | src/decoder/plugins/XiphTags.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/decoder/plugins/XiphTags.cxx b/src/decoder/plugins/XiphTags.cxx index 3af473b5d..11a0bcd42 100644 --- a/src/decoder/plugins/XiphTags.cxx +++ b/src/decoder/plugins/XiphTags.cxx @@ -17,6 +17,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +/* This File contains additional Tags for Xiph-Based Formats like Ogg-Vorbis, + * Flac and Opus which will be used in addition to the Tags in tag/TagNames.c + * see https://www.xiph.org/vorbis/doc/v-comment.html for further Info + */ #include "config.h" #include "XiphTags.hxx" |