summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-06-03 01:22:25 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-06-04 05:37:32 +0200
commitcc17b43d8dd324fbae98407124618e746a390a76 (patch)
treed13f812cc871e1a338819af23ac4dc20e33ea7ea /doc/APIchanges
parentda7c8fd91761dff3f9202e813bb5a5963a2d657c (diff)
swresample: Add swr_get_out_samples()
Previous version reviewed-by: Pavel Koshevoy <pkoshevoy@gmail.com> Previous version reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 e151999286..5c36dca285 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2015-06-04 - xxxxxxx - lswr 1.2.100
+ Add swr_get_out_samples()
+
2015-05-27 - xxxxxxx - lavu 54.26.100 - cpu.h
Add AV_CPU_FLAG_AVXSLOW.