[MPlayer-cvslog] r23190 - trunk/libass/ass_render.c

eugeni subversion at mplayerhq.hu
Tue May 1 17:07:41 CEST 2007


Author: eugeni
Date: Tue May  1 17:07:41 2007
New Revision: 23190

Log:
Make a function static.


Modified:
   trunk/libass/ass_render.c

Modified: trunk/libass/ass_render.c
==============================================================================
--- trunk/libass/ass_render.c	(original)
+++ trunk/libass/ass_render.c	Tue May  1 17:07:41 2007
@@ -1652,7 +1652,7 @@ static inline void transform_glyph_3d(FT
  * \param frz z-axis rotation angle
  * Rotates both glyphs by frx, fry and frz. Shift vector is added before rotation and subtracted after it.
  */
-void transform_3d(FT_Vector shift, FT_Glyph* glyph, FT_Glyph* glyph2, double frx, double fry, double frz)
+static void transform_3d(FT_Vector shift, FT_Glyph* glyph, FT_Glyph* glyph2, double frx, double fry, double frz)
 {
 	if (frx != 0. || fry != 0. || frz != 0.) {
 		double m[16];



More information about the MPlayer-cvslog mailing list