[MPlayer-cvslog] r32167 - trunk/eosd.h

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Sep 12 08:56:32 CEST 2010


On Sun, Sep 12, 2010 at 12:20:35AM +0200, diego wrote:
> 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);

If you want to do it, the do it the other way round!
Also this was changed because doing it like this breaks compilation!


More information about the MPlayer-cvslog mailing list