Changelog: fix sws typo

Found-by: Clément Bœsch <u@pkh.me>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-09-22 09:11:38 +02:00
parent 3b364ac18a
commit 31baa6f199
1 changed files with 1 additions and 1 deletions

View File

@ -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