summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-05-15 23:17:18 +0100
committerCarl Hetherington <cth@carlh.net>2018-05-15 23:17:18 +0100
commit255562e13056c967ca969d6762024166500d8038 (patch)
treeb07bf24be437128e353bb3cb727b9cf2b4b9796e /ChangeLog
parente881184597fa77bcc4ebf1e64a48927bc210d03d (diff)
Fix crash on enabling telecine filter.v2.13.21
Apparently we have to pass frame_rate as a parameter when making the buffer source for the filter chain.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 98f6c7d90..dd554346a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2018-05-15 Carl Hetherington <cth@carlh.net>
+ * Fix crash on enabling telecine filter.
+
* Fix incorrect subtitle positining in a VF when there are more than
two consecutive reels with no subtitles.