[MPlayer-cvslog] r32167 - trunk/eosd.h
diego
subversion at mplayerhq.hu
Sun Sep 12 00:20:35 CEST 2010
Author: diego
Date: Sun Sep 12 00:20:35 2010
New Revision: 32167
Log:
Use identical signature for eosd_ass_init in both the .c and .h file.
Modified:
trunk/eosd.h
Modified: trunk/eosd.h
==============================================================================
--- trunk/eosd.h Sun Sep 12 00:19:39 2010 (r32166)
+++ trunk/eosd.h Sun Sep 12 00:20:35 2010 (r32167)
@@ -60,6 +60,6 @@ void eosd_uninit(void);
/**
* Initialize the use of EOSD for ASS subtitles rendering.
*/
-void eosd_ass_init(struct ass_library *);
+void eosd_ass_init(ASS_Library *ass_library);
#endif /* MPLAYER_EOSD_H */
More information about the MPlayer-cvslog
mailing list