fix encore output

This commit is contained in:
j 2016-02-29 16:42:25 +05:30
parent 77e123d2d9
commit e476d2d408
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ function spansToSrt(arr, fmt, start_no) {
srt += "\n\n";
}
else if (fmt == 'enc') {
srt += srtNo + ms2frames(s.tcInMs) + " " + ms2frames(s.tcOutMs) + " " + text;
srt += srtNo + " " + ms2frames(s.tcInMs) + " " + ms2frames(s.tcOutMs) + " " + text;
srt += "\n\n";
}
srtNo++;