[MPlayer-cvslog] r30775 - trunk/stream/cdd.h

cehoyos subversion at mplayerhq.hu
Sat Feb 27 22:32:34 CET 2010


Author: cehoyos
Date: Sat Feb 27 22:32:33 2010
New Revision: 30775

Log:
Fix cd_info_new() prototype.

Modified:
   trunk/stream/cdd.h

Modified: trunk/stream/cdd.h
==============================================================================
--- trunk/stream/cdd.h	Sat Feb 27 22:29:06 2010	(r30774)
+++ trunk/stream/cdd.h	Sat Feb 27 22:32:33 2010	(r30775)
@@ -86,7 +86,7 @@ typedef struct {
 	cd_info_t *cd_info;
 } cdda_priv;
 
-cd_info_t* 	cd_info_new();
+cd_info_t* 	cd_info_new(void);
 void		cd_info_free(cd_info_t *cd_info);
 cd_track_t*	cd_info_add_track(cd_info_t *cd_info, char *track_name, unsigned int track_nb, unsigned int min, unsigned int sec, unsigned int msec, unsigned long frame_begin, unsigned long frame_length);
 cd_track_t*	cd_info_get_track(cd_info_t *cd_info, unsigned int track_nb);


More information about the MPlayer-cvslog mailing list