summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-07-31 20:08:19 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2014-08-16 14:30:18 +0200
commitc2829dc925ffcc2a5934f3e99360a89fb0a3cad5 (patch)
tree67a20dfc78ed71ef6a54bbababaae6aa364a99b2 /doc
parent82e0cb360aaa87a62f731ee3dee500e98bf9d1a6 (diff)
dict.c: Add av_dict_set_int helper function.
This allows getting rid of the many, slightly differing, implementations of basically the same thing. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
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 067f60ffbf..d8ab714e80 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2014-xx-xx - xxxxxxx - lavu 54.4.100 - dict.h
+ Add av_dict_set_int helper function.
+
2014-08-xx - xxxxxxx - lavu 54.03.0 - mem.h
Add av_strndup().