summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-03-02 01:28:03 +0000
committerCarl Hetherington <cth@carlh.net>2018-03-02 01:35:16 +0000
commitd8f75e925541ef0c0a7861c90a681531368b89ab (patch)
tree7588b254155f5ef34ae5fd4d2d5f601002a58bbc /ChangeLog
parent6ea03b494214a23c3f05a7fc1e80efa550d2359b (diff)
Fix corruption of subsampled images that are being placed into black
frames at odd offsets, using the same approach that is used when cropping. Should fix #1227.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index cb7e83f9e..51354dc69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2018-02-28 Carl Hetherington <cth@carlh.net>
+2018-03-02 Carl Hetherington <cth@carlh.net>
+
+ * Fix bad Prores exports in some cases (#1227).
+
+2018-02-27 Carl Hetherington <cth@carlh.net>
* Version 2.11.68 released.