summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-11 01:43:26 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-16 20:39:37 +0200
commitb7d5e016a3f3b2c60f8dc6725ab9628ef58a7644 (patch)
tree38141862e08783af9834cbde6c110339a5b87ab5 /doc
parent3574d34aca9dfac28d61bd783a7aa9b4c2d736f0 (diff)
swresample: Add AVFrame based API
Based on commit fb1ddcdc8f51b9d261ae8e9c26b91e81f7b6bf45 by Luca Barbato <lu_zero@gentoo.org> Adapted for libswresample by Michael Niedermayer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d8ab714e80..8b3051c255 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2014-08-16 - xxxxxxx - lswr 1.1.100 - swresample.h
+ Add AVFrame based API
+
2014-xx-xx - xxxxxxx - lavu 54.4.100 - dict.h
Add av_dict_set_int helper function.