Fix SRT timestamp parsing

This commit is contained in:
Thomas Goyne 2014-07-05 16:57:57 -07:00
parent dd70da35d4
commit 8576c4993f
1 changed files with 0 additions and 1 deletions

View File

@ -297,7 +297,6 @@ AssTime ReadSRTTime(std::string const& ts)
s = 0;
break;
case ',':
ci++;
milliseconds = true;
break;
default: