[MPlayer-cvslog] r27206 - trunk/stream/stream_cddb.c

diego subversion at mplayerhq.hu
Sat Jul 5 13:39:43 CEST 2008


Author: diego
Date: Sat Jul  5 13:39:43 2008
New Revision: 27206

Log:
Add disc ID to -identify output.
patch by From: Mathieu Schroeter, mathieu.schroeter gamesover ch


Modified:
   trunk/stream/stream_cddb.c

Modified: trunk/stream/stream_cddb.c
==============================================================================
--- trunk/stream/stream_cddb.c	(original)
+++ trunk/stream/stream_cddb.c	Sat Jul  5 13:39:43 2008
@@ -719,6 +719,8 @@ cddb_resolve(const char *dev, char **xmc
 	cddb_data.disc_id = cddb_discid(cddb_data.tracks);
 	cddb_data.anonymous = 1;	// Don't send user info by default
 
+	mp_msg(MSGT_IDENTIFY, MSGL_INFO, "ID_CDDB_DISCID=%08lx\n", cddb_data.disc_id);
+
 	// Check if there is a CD in the drive
 	// FIXME: That's not really a good way to check
 	if( cddb_data.disc_id==0 ) {



More information about the MPlayer-cvslog mailing list