diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-01-03 17:30:50 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-01-04 15:10:09 +0100 |
commit | b317f9459f4c8f96b01bf20ce33a7f243d33a02c (patch) | |
tree | aa3e9a013f26401df286356058bd3ed858214c0f /doc/APIchanges | |
parent | de5b6c736bcba27357b98782afdc642128cf1f89 (diff) | |
download | ffmpeg-b317f9459f4c8f96b01bf20ce33a7f243d33a02c.tar.gz |
avutil/mathematics: add av_add_stable()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
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. |