]> git.sesse.net Git - vlc/commitdiff
* compile before you commit
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 30 Sep 2003 16:41:13 +0000 (16:41 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 30 Sep 2003 16:41:13 +0000 (16:41 +0000)
modules/misc/freetype.c

index 3171671e2e58e6f41720f4325fd27bf4138853f1..2d6ab6d2738f6c7fe25237adc4fb8ea985f7e630 100644 (file)
@@ -2,7 +2,7 @@
  * freetype.c : Put text on the video, using freetype2
  *****************************************************************************
  * Copyright (C) 2002, 2003 VideoLAN
- * $Id: freetype.c,v 1.22 2003/09/30 16:09:58 hartman Exp $
+ * $Id: freetype.c,v 1.23 2003/09/30 16:41:13 hartman Exp $
  *
  * Authors: Sigmund Augdal <sigmunau@idi.ntnu.no>
  *
@@ -258,7 +258,7 @@ static int Create( vlc_object_t *p_this )
             i_fontsize = val.i_int;
         }
         if( i_font_factor )
-            i_fontsize = (int) p_vout->i_render_height / i_font_factor;
+            i_fontsize = (int) p_vout->render.i_height / i_font_factor;
         free( val.psz_string );
     }
     else