summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 21:31:56 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 21:31:56 +0000
commit167a917d9221cd00174e6eeee0f2f5c8cd84246e (patch)
tree3a927c19648cf661293e3512df3f87a2c85e7846 /mplayer.c
parent97506370eb3ec3381e55c87c4540d50e33dad483 (diff)
downloadmpv-167a917d9221cd00174e6eeee0f2f5c8cd84246e.tar.bz2
mpv-167a917d9221cd00174e6eeee0f2f5c8cd84246e.tar.xz
guessing palette - patch by salvador <salvador@inti.gov.ar>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5909 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mplayer.c b/mplayer.c
index 065c445a0e..d7bc6c06fd 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1152,6 +1152,7 @@ if (vo_spudec==NULL && stream->type==STREAMTYPE_DVD) {
if (vo_spudec==NULL) {
current_module="spudec_init_normal";
vo_spudec=spudec_new_scaled(NULL, sh_video->disp_w, sh_video->disp_h);
+ spudec_set_font_factor(font_factor);
}
if (vo_spudec!=NULL)