]> git.sesse.net Git - vlc/commitdiff
* modules/codec/spudec/spudec.c: Take small font by default
authorChristophe Massiot <massiot@videolan.org>
Thu, 12 Jun 2003 22:27:35 +0000 (22:27 +0000)
committerChristophe Massiot <massiot@videolan.org>
Thu, 12 Jun 2003 22:27:35 +0000 (22:27 +0000)
modules/codec/spudec/spudec.c

index 1eae73bf4e2e588abed80b7bdcadfe88e0cc4910..aadc35a80e4d581c5a7bb5bfd7355a7ccc72200d 100644 (file)
@@ -2,7 +2,7 @@
  * spudec.c : SPU decoder thread
  *****************************************************************************
  * Copyright (C) 2000-2001 VideoLAN
- * $Id: spudec.c,v 1.18 2003/05/15 22:27:37 massiot Exp $
+ * $Id: spudec.c,v 1.19 2003/06/12 22:27:35 massiot Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -50,7 +50,7 @@ static vout_thread_t *FindVout( spudec_thread_t * );
     "When the subtitles are coded in text form then, you can choose " \
     "which font will be used to display them.")
 
-#define DEFAULT_FONT "font-eutopiabold36.rle"
+#define DEFAULT_FONT "font-eutopiabold21.rle"
 
 vlc_module_begin();
     add_category_hint( N_("subtitles"), NULL, VLC_TRUE );