diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-12-14 20:45:22 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2004-12-14 20:45:22 +0000 |
commit | 12f2841efee3323ee1f904bcead43b42fae5fee0 (patch) | |
tree | e48d8536a1f3dd5c3368dbfd76b6b038467293f1 /include | |
parent | 14c989ab7bc8d7753eb2f54b6193b8e27a9efb6f (diff) | |
download | xine-lib-12f2841efee3323ee1f904bcead43b42fae5fee0.tar.gz xine-lib-12f2841efee3323ee1f904bcead43b42fae5fee0.tar.bz2 |
- add tracknumber meta info (patch by Brian J. Tarricone <bjt23@cornell.edu>)
- add utf-8 support for id3v2 (sort of tested...)
CVS patchset: 7253
CVS date: 2004/12/14 20:45:22
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 609173612..5965b4d96 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -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.h.in,v 1.135 2004/12/10 09:52:23 mroi Exp $ + * $Id: xine.h.in,v 1.136 2004/12/14 20:45:22 miguelfreitas Exp $ * * public xine-lib (libxine) interface and documentation * @@ -908,6 +908,7 @@ const char *xine_get_meta_info (xine_stream_t *stream, int info); #define XINE_META_INFO_SYSTEMLAYER 8 #define XINE_META_INFO_INPUT_PLUGIN 9 #define XINE_META_INFO_CDINDEX_DISCID 10 +#define XINE_META_INFO_TRACK_NUMBER 11 /********************************************************************* |