summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-01-03 17:30:50 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-01-04 15:10:09 +0100
commitb317f9459f4c8f96b01bf20ce33a7f243d33a02c (patch)
treeaa3e9a013f26401df286356058bd3ed858214c0f /doc
parentde5b6c736bcba27357b98782afdc642128cf1f89 (diff)
avutil/mathematics: add av_add_stable()
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 21a8c4c0c4..fe6ddce49d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2012-10-22
API changes, most recent first:
+2014-01-04 - xxxxxxx - lavu 52.60.100 - mathematics.h
+ Add av_add_stable() function.
+
2013-12-22 - xxxxxxx - lavu 52.59.100 - avstring.h
Add av_strnlen() function.