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 <michael@niedermayer.cc>2016-09-27 16:26:13 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2016-09-27 16:26:13 +0300
commitfd902510ac927c0a252c931f5fb29719a8f56e9c (patch)
tree7a2d3c6ab72a8294dff077bb0f2ede90510f24b8 /doc/APIchanges
parent23c0779cda8cedfa5e722677aecba18801a31278 (diff)
swr: Update version & APIChanges for swr_build_matrix()
Found-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 5d577e437a..b5072cfc10 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-09-27 - 23c0779 - lswr 2.2.100 - swresample.h
+ Add swr_build_matrix().
+
2016-09-xx - xxxxxxx - lavc 57.58.100 - avcodec.h
Add AV_CODEC_CAP_AVOID_PROBING codec capability flag.