summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLukasz Marek <lukasz.m.luki2@gmail.com>2014-07-05 18:12:02 +0200
committerMichael Niedermayer <michaelni@gmx.at>2015-03-31 23:50:46 +0200
commit31886968d338e8657f38c0e7c15ac269a8ca0880 (patch)
tree3ca5c0f2ad78bb13e73c8717bec88cf7b4d83e14 /doc
parent8b76c0eb561b0313e2a27950fe9d2bc5e4780dd8 (diff)
lavu/avstring: add av_append_path_component() funcion
Convinient function to build paths. 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 f8dcc9911f..b1beb9dab8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@ libavutil: 2014-08-09
API changes, most recent first:
+2015-xx-xx - xxxxxxx - lavu 54.22.100 - avstring.h
+ Add av_append_path_component()
+
2015-03-27 - 184084c - lavf 56.27.100 - avio.h url.h
New directory listing API.