From cae8721868af0cfc5b8c27105613b08bf1dc7fe0 Mon Sep 17 00:00:00 2001 From: Christophe Massiot Date: Thu, 12 Jun 2003 22:27:35 +0000 Subject: [PATCH] * modules/codec/spudec/spudec.c: Take small font by default --- modules/codec/spudec/spudec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/codec/spudec/spudec.c b/modules/codec/spudec/spudec.c index 1eae73bf4e..aadc35a80e 100644 --- a/modules/codec/spudec/spudec.c +++ b/modules/codec/spudec/spudec.c @@ -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 * @@ -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 ); -- 2.39.2