diff options
author | Clément Bœsch <u@pkh.me> | 2016-07-16 13:46:32 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2016-07-24 12:18:30 +0200 |
commit | 5c14018fc4f6ae9fcce7eaf8dd2d66cb6fbfc7bc (patch) | |
tree | 3b0d0dc0c10453b359696bcb2b7513d841535954 /Changelog | |
parent | 783a2568b28dfb87cd6026191de46fda923cb6d0 (diff) | |
download | ffmpeg-5c14018fc4f6ae9fcce7eaf8dd2d66cb6fbfc7bc.tar.gz |
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-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |