diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-22 20:11:49 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-22 20:11:49 +0000 |
commit | 44cb6424859b9410db18bb75d9f10489b238358b (patch) | |
tree | a818521c92ae150954f4d422b99ea6de9a5ad061 /src/demuxers/demux_ogg.c | |
parent | 06b540dccb1ba1800e196a150026896fa1527e09 (diff) | |
download | xine-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.c | 1 |
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), |