Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-09-22 11:11:38 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-10-05 01:52:28 +0400
commit31baa6f199ed581cf06ab47363c631270fdc0cd5 (patch)
tree00c75f196beb9c38374eadbb0919959e396eb267 /Changelog
parent3b364ac18a42182d0cd04f4041081469d3956132 (diff)
Changelog: fix sws typo
Found-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 2e21a718f8..7512496c03 100644
--- a/Changelog
+++ b/Changelog
@@ -4,7 +4,7 @@ releases are sorted from youngest to oldest.
version <next>:
version 2.4.1:
-- swsscale: Allow chroma samples to be above and to the left of luma samples
+- swscale: Allow chroma samples to be above and to the left of luma samples
- avcodec/libilbc: support for latest git of libilbc
- avcodec/webp: treat out-of-bound palette index as translucent black
- vf_deshake: rename Transform.vector to Transform.vec to avoid compiler confusion