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 /include | |
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 'include')
-rw-r--r-- | include/xine.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 0a3121bee..3fcd5c4ec 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -1008,6 +1008,8 @@ const char *xine_get_meta_info (xine_stream_t *stream, int info) XINE_PROTECTE #define XINE_META_INFO_PART 23 #define XINE_META_INFO_PARTNUMBER 24 #define XINE_META_INFO_LOCATION 25 +/* post-1.1.18.1 */ +#define XINE_META_INFO_DISCNUMBER 26 /********************************************************************* |