summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-06 16:29:37 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-06 16:29:37 +0100
commitdaba5abc608788795de727121bcd1a83ef9caecb (patch)
treec3f4004e7d3b6a67ddbd5d38a06e39d804b1c152 /ChangeLog
parenta6791850f8bf56f4a08cf860fdce8df2d3e13405 (diff)
1. Set correct FrameRateChanges for subtitle content; they should
be made from the subtitle's "native" rate so that subtitle times are corrected when the DCP rate is not the same. 2. After this we only need the best overlap rate for SndfileContent so move the code. Also fix it as it never found overlaps before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3265c5e9..da4b2a8fd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-10-06 Carl Hetherington <cth@carlh.net>
+ * Fix subtitle timing when the DCP rate
+ is different to their native rate.
+
* Fix invalid SMPTE subtitle output
in some cases.