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
This commit is contained in:
rfelker 2003-04-19 18:46:15 +00:00
parent cf1f19289a
commit 39b9c45e34
1 changed files with 1 additions and 1 deletions

View File

@ -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);