summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2013-01-02 21:04:23 +0000
committerLuca Barbato <lu_zero@gentoo.org>2013-01-25 17:20:03 +0100
commit38c1466ca41c73c7ce347da702362cb69c151716 (patch)
treed797243061d8be4d957c8c06ce5efc16acb90234 /doc
parent5ea5ffc9cee1b91eed471fff2f51d771222cf8d2 (diff)
dict: add av_dict_parse_string()
Can be used to set multiple key/value pairs from a string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 79e3cb79a0..71fb0206d6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-xx-xx - xxxxxxx - lavu 52.7.0 - dict.h
+ Add av_dict_parse_string() to set multiple key/value pairs at once from a
+ string.
+
2013-01-xx - xxxxxxx - lavu 52.6.0 - avstring.h
Add av_strnstr()