diff mencoder.c @ 23338:2a66d95355f0

add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
author ben
date Sun, 20 May 2007 16:10:45 +0000
parents f35f14c39023
children a124f3abc1ec
line wrap: on
line diff
--- a/mencoder.c	Sun May 20 15:17:56 2007 +0000
+++ b/mencoder.c	Sun May 20 16:10:45 2007 +0000
@@ -186,6 +186,7 @@
 
 // sub:
 char *font_name=NULL;
+char *sub_font_name=NULL;
 #ifdef HAVE_FONTCONFIG
 extern int font_fontconfig;
 #endif