From 39b9c45e34fdc880d38325a3c04bcbf6a3b3d8f5 Mon Sep 17 00:00:00 2001 From: rfelker Date: Sat, 19 Apr 2003 18:46:15 +0000 Subject: 10l to whoever wrote this, it makes osd spam whenever starting a movie with subtitles! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9941 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mplayer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mplayer.c') diff --git a/mplayer.c b/mplayer.c index c5e95a3ff6..67f60dbdd2 100644 --- a/mplayer.c +++ b/mplayer.c @@ -1554,7 +1554,7 @@ if(sh_video) { add_subtitles (NULL, sh_video->fps, 1); } if (set_of_sub_size > 0) { - osd_show_sub_changed = sh_video->fps; + //osd_show_sub_changed = sh_video->fps; subdata = set_of_subtitles[set_of_sub_pos=0]; if(stream_dump_type==3) list_sub_file(subdata); -- cgit v1.2.3