diff options
author | Maximilian Schwerin <maximilian.schwerin@buelowssiege.de> | 2008-11-07 13:58:41 +0000 |
---|---|---|
committer | Maximilian Schwerin <maximilian.schwerin@buelowssiege.de> | 2008-11-07 13:58:41 +0000 |
commit | 0b674723578edf84ba9823927c89034b0630a7f8 (patch) | |
tree | bf096c6785310827203cfe1d1604b4cf71b6ba99 /include | |
parent | b0d9d49638c1b738ed36afb6713ba6a1ff63e172 (diff) | |
download | xine-lib-0b674723578edf84ba9823927c89034b0630a7f8.tar.gz xine-lib-0b674723578edf84ba9823927c89034b0630a7f8.tar.bz2 |
Composer meta-tag
Date: Sat, 28 Jun 2008 17:29:59 +0200
This patch adds this to the FLAC demuxer.
Diffstat (limited to 'include')
-rw-r--r-- | include/xine.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xine.h.in b/include/xine.h.in index 62cfa8747..33844a0e2 100644 --- a/include/xine.h.in +++ b/include/xine.h.in @@ -993,6 +993,7 @@ const char *xine_get_meta_info (xine_stream_t *stream, int info) XINE_PROTECTE #define XINE_META_INFO_INPUT_PLUGIN 9 #define XINE_META_INFO_CDINDEX_DISCID 10 #define XINE_META_INFO_TRACK_NUMBER 11 +#define XINE_META_INFO_COMPOSER 12 /********************************************************************* |