summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBastien Nocera <hadess@users.sourceforge.net>2004-05-05 09:11:38 +0000
committerBastien Nocera <hadess@users.sourceforge.net>2004-05-05 09:11:38 +0000
commiteb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f (patch)
tree0890cd11d2c14615c9854815b2e4f4b8103010ef /include
parenta3f734fddfc6c2b277a44cc82452d09aaf5e638d (diff)
downloadxine-lib-eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f.tar.gz
xine-lib-eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f.tar.bz2
make it possible for the CDDA plugin to give away Musicbrainz CD Index ID
base64.[ch] are now relicensed under the GNU General Public License as per section 3 of the GNU Less General Public License sha1.[ch] are still under a public domain license, see headers for details CVS patchset: 6485 CVS date: 2004/05/05 09:11:38
Diffstat (limited to 'include')
-rw-r--r--include/xine.h.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/xine.h.in b/include/xine.h.in
index 58c347c07..2baa7eeb5 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.120 2004/04/15 00:14:56 hadess Exp $
+ * $Id: xine.h.in,v 1.121 2004/05/05 09:11:38 hadess Exp $
*
* public xine-lib (libxine) interface and documentation
*
@@ -879,6 +879,7 @@ const char *xine_get_meta_info (xine_stream_t *stream, int info);
#define XINE_META_INFO_AUDIOCODEC 7
#define XINE_META_INFO_SYSTEMLAYER 8
#define XINE_META_INFO_INPUT_PLUGIN 9
+#define XINE_META_INFO_CDINDEX_DISCID 10
/*********************************************************************