diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-09-25 22:10:35 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-09-25 22:10:35 +0100 |
| commit | 19483a961b274befaff263d8646a78a56c102c65 (patch) | |
| tree | 9480b25324384144a239c1170163da0a490241fe /ChangeLog | |
| parent | 8046947a9f3d7d71084a0a70e055e85f3f453c8b (diff) | |
Fix assertion failure with .MTS files.
These files have subs which start but are never officially
finished; this means there are no `to' times to find in
find_subtitle_to. Cope with this by stopping the previous sub when
a new one arrives if there hasn't been a proper "stop" in the
mean time.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2015-09-25 Carl Hetherington <cth@carlh.net> + * Fix assertion failure when loading .MTS files (#702). + * Fix incorrect hint about 3D content in a 2D DCP. * Detect and convert from non-UTF-8 |
