mirror of
https://github.com/mpv-player/mpv
synced 2025-03-25 04:38:01 +00:00
there is another format that get detected as vplayers.
Instead of tightening detection support that another format. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@897 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ba95203971
commit
2018c8a231
@ -238,6 +238,7 @@ subtitle *sub_read_line_vplayer(FILE *fd,subtitle *current) {
|
||||
|
||||
current->start = a1*360000+a2*6000+a3*100;
|
||||
current->end = b1*360000+b2*6000+b3*100;
|
||||
if ((current->end - current->start) > 1000) {current->end = current->start + 1000;} // not too long though.
|
||||
// teraz czas na wkopiowanie stringu
|
||||
p=line; p+=plen;i=0;
|
||||
if (*p!='|') {
|
||||
|
Loading…
Reference in New Issue
Block a user