summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-09 17:07:16 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-09 17:07:16 +0000
commit11a6decd652158b2288de17dc1aeafcd860fdfef (patch)
tree54191ccd7950d0b78d3c54b702c11aea84a656f9 /ChangeLog
parent47415dd6c5ea219518686ee4805098fc79bbbaaa (diff)
Always pre-roll when seeking in DCPs; I don't think the performance
hit is anything to worry about (especially compared to the time taken to decode the next frame).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 65bdf5eeb..faba489d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2018-02-09 Carl Hetherington <cth@carlh.net>
+ * Always pre-roll when seeking in DCPs (#1085).
+
* Version 2.11.52 released.
2018-02-09 Carl Hetherington <cth@carlh.net>