From eb5fedbbd6adfbb7a4e91e53bc70b5f48592c10f Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 5 May 2004 09:11:38 +0000 Subject: 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 --- include/xine.h.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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 /********************************************************************* -- cgit v1.2.3