summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-26 23:33:28 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-26 23:33:28 +0100
commit9d4678143d1fa992059c90a2b0997fa5cae81e93 (patch)
treefadf52a829da6f962b09f234ca1166e85014ecd5 /ChangeLog
parent924dd6e5356f401c325a42ccb43607b79027bb59 (diff)
Fix problems with subtitles when there is a non-zero PTS offset
in FFmpegDecoder. This offset was not being taken into account for subtitles prior to this commit.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a9af721eb..60b625442 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-09-26 Carl Hetherington <cth@carlh.net>
+ * Fix crash with embedded subtitles with some
+ video files.
+
* Version 2.3.6 released.
2015-09-25 Carl Hetherington <cth@carlh.net>