mirror of https://github.com/mpv-player/mpv
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:
parent
cf1f19289a
commit
39b9c45e34
|
@ -1554,7 +1554,7 @@ if(sh_video) {
|
||||||
add_subtitles (NULL, sh_video->fps, 1);
|
add_subtitles (NULL, sh_video->fps, 1);
|
||||||
}
|
}
|
||||||
if (set_of_sub_size > 0) {
|
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];
|
subdata = set_of_subtitles[set_of_sub_pos=0];
|
||||||
|
|
||||||
if(stream_dump_type==3) list_sub_file(subdata);
|
if(stream_dump_type==3) list_sub_file(subdata);
|
||||||
|
|
Loading…
Reference in New Issue