[Mplayer-cvslog] CVS: main mplayer.c,1.677,1.678
Jindrich Makovicka CVS
henry at mplayerhq.hu
Sat Feb 8 19:45:34 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv4216
Modified Files:
mplayer.c
Log Message:
minor fixes for font autoscaling
Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.677
retrieving revision 1.678
diff -u -r1.677 -r1.678
--- mplayer.c 8 Feb 2003 09:08:11 -0000 1.677
+++ mplayer.c 8 Feb 2003 18:45:15 -0000 1.678
@@ -2710,8 +2710,8 @@
vo_osd_progbar_value=vo_panscan*256;
vo_osd_changed(OSDTYPE_PROGBAR);
#ifdef HAVE_FREETYPE
- if (subtitle_autoscale == 2)
- // force scaling font to movie width
+ if (subtitle_autoscale == 2 || subtitle_autoscale == 3)
+ // force scaling font to movie width or diagonal
force_load_font = 1;
#endif
}
More information about the MPlayer-cvslog
mailing list