Mercurial > mplayer.hg
changeset 9940:adccee797cb8
10l to whoever wrote this, it makes osd spam whenever starting a movie with subtitles!
author | rfelker |
---|---|
date | Sat, 19 Apr 2003 18:46:15 +0000 |
parents | 6b88f67564ce |
children | c6c03483595b |
files | mplayer.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mplayer.c Sat Apr 19 14:54:03 2003 +0000 +++ b/mplayer.c Sat Apr 19 18:46:15 2003 +0000 @@ -1554,7 +1554,7 @@ 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);