summaryrefslogtreecommitdiff
path: root/src/demuxers/demux_ogg.c
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-22 20:11:49 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2010-03-22 20:11:49 +0000
commit44cb6424859b9410db18bb75d9f10489b238358b (patch)
treea818521c92ae150954f4d422b99ea6de9a5ad061 /src/demuxers/demux_ogg.c
parent06b540dccb1ba1800e196a150026896fa1527e09 (diff)
downloadxine-lib-44cb6424859b9410db18bb75d9f10489b238358b.tar.gz
xine-lib-44cb6424859b9410db18bb75d9f10489b238358b.tar.bz2
Add support for Ogg tag 'DISCNUMBER' and ID3 tag 'TPOS'.
Diffstat (limited to 'src/demuxers/demux_ogg.c')
-rw-r--r--src/demuxers/demux_ogg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/demuxers/demux_ogg.c b/src/demuxers/demux_ogg.c
index 1be5c0dcf..573baa593 100644
--- a/src/demuxers/demux_ogg.c
+++ b/src/demuxers/demux_ogg.c
@@ -426,6 +426,7 @@ static const struct ogg_meta {
OGG_META (ARTIST, 0),
OGG_META (PUBLISHER, 0),
OGG_META (COPYRIGHT, 0),
+ OGG_META (DISCNUMBER, 0),
OGG_META (LICENSE, 0),
OGG_META (TITLE, 0),
OGG_META_L (TRACKNUMBER, 0, TRACK_NUMBER),