summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2016-07-16 13:46:32 +0200
committerClément Bœsch <u@pkh.me>2016-07-24 12:18:30 +0200
commit5c14018fc4f6ae9fcce7eaf8dd2d66cb6fbfc7bc (patch)
tree3b0d0dc0c10453b359696bcb2b7513d841535954 /Changelog
parent783a2568b28dfb87cd6026191de46fda923cb6d0 (diff)
lavfi/curves: do not automatically insert points at x=0 and x=1
There is actually a need for the origin and end point not to be defined. We can not automatically insert them with the y value of the first and last point as it will influence the curves in a wrong way. Fixes #5397
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 2bd18ec134..6affe97f0a 100644
--- a/Changelog
+++ b/Changelog
@@ -7,6 +7,7 @@ version <next>:
- Changed metadata print option to accept general urls
- Alias muxer for Ogg Video (.ogv)
- VP8 in Ogg muxing
+- curves filter doesn't automatically insert points at x=0 and x=1 anymore
version 3.1: