From 194fc1b15b8c5dfb3b7a5a78e0f83ed9c0e21f3b Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 20 May 2007 16:10:45 +0000 Subject: add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23356 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mencoder.c | 1 + 1 file changed, 1 insertion(+) (limited to 'mencoder.c') diff --git a/mencoder.c b/mencoder.c index 6e0abdc70c..6a427b5432 100644 --- a/mencoder.c +++ b/mencoder.c @@ -186,6 +186,7 @@ static int play_n_frames_mf=-1; // sub: char *font_name=NULL; +char *sub_font_name=NULL; #ifdef HAVE_FONTCONFIG extern int font_fontconfig; #endif -- cgit v1.2.3