summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-12-05 23:46:16 +0000
committerCarl Hetherington <cth@carlh.net>2013-12-05 23:46:16 +0000
commit7f2cb335b6d48a23f48761104934e9b06d4ac464 (patch)
treec1a5d2b9e672085cd8fbcf69cec01f485acae424 /ChangeLog
parent5038cdd14bc7935e4d7ae4a56781247e75775bd3 (diff)
Fix erroneous full_length() in SndfileContent; it's at least a bit more correct now.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a36162a7..cbaa1eb0f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-12-05 Carl Hetherington <cth@carlh.net>
+
+ * Improve the correctness of lengths reported by sound files to fix
+ short DCPs when using non-DCI-rate sound files with stills.
+
2013-12-04 Carl Hetherington <cth@carlh.net>
* Make signatures optional (#273).