summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStefan Holst <holstsn@users.sourceforge.net>2005-01-27 11:17:28 +0000
committerStefan Holst <holstsn@users.sourceforge.net>2005-01-27 11:17:28 +0000
commitddec9ec2bcca7cbc4e73ca488408c49183e09c98 (patch)
tree86c89676f6e225b6cbc448496ee7de5f8c28310c /src
parent17603c0abb5b89f0aab6929d9dde4af44e4ef809 (diff)
downloadxine-lib-ddec9ec2bcca7cbc4e73ca488408c49183e09c98.tar.gz
xine-lib-ddec9ec2bcca7cbc4e73ca488408c49183e09c98.tar.bz2
support the vorbis COMMENT-tag
CVS patchset: 7368 CVS date: 2005/01/27 11:17:28
Diffstat (limited to 'src')
-rw-r--r--src/libvorbis/xine_decoder.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libvorbis/xine_decoder.c b/src/libvorbis/xine_decoder.c
index 67f662cef..4918af31a 100644
--- a/src/libvorbis/xine_decoder.c
+++ b/src/libvorbis/xine_decoder.c
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: xine_decoder.c,v 1.42 2004/12/16 13:59:10 mroi Exp $
+ * $Id: xine_decoder.c,v 1.43 2005/01/27 11:17:28 holstsn Exp $
*
* (ogg/)vorbis audio decoder plugin (libvorbis wrapper) for xine
*/
@@ -100,6 +100,7 @@ static struct {
{"TITLE=", XINE_META_INFO_TITLE},
{"GENRE=", XINE_META_INFO_GENRE},
{"DESCRIPTION=", XINE_META_INFO_COMMENT},
+ {"COMMENT=", XINE_META_INFO_COMMENT},
{"DATE=", XINE_META_INFO_YEAR},
{"TRACKNUMBER=", XINE_META_INFO_TRACK_NUMBER},
{NULL, 0}