summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2014-08-12 16:24:19 +0000
committerAnton Khirnov <anton@khirnov.net>2014-08-13 17:24:18 +0000
commit8ddc32629a6d6be77256694c9e322dde134609f3 (patch)
treea622ba52184bc16aad030937167c24c03ef43571 /doc/APIchanges
parentaa51b0492bfced6d650fb5ff419e2b13fde6833d (diff)
mem: add av_strndup() for duplicating substrings
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 66fd1d17f2..6d1f0614fa 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2014-08-xx - xxxxxxx - lavu 54.03.0 - mem.h
+ Add av_strndup().
+
2014-xx-xx - xxxxxxx - lavu 54.02.0 - opt.h
Add av_opt_get_dict_val/set_dict_val with AV_OPT_TYPE_DICT to support
dictionary types being set as options.