diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-12-23 21:25:24 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-12-29 17:26:22 +0100 |
commit | d8fd06c37de94d78eb37af93177de7c3040cf1f2 (patch) | |
tree | 6505d5945220cc9541c2302a83ac4641f4238491 /doc | |
parent | c73c87b41298ff81b5a86569b0f680a556fc1a21 (diff) | |
download | ffmpeg-d8fd06c37de94d78eb37af93177de7c3040cf1f2.tar.gz |
avstring: add av_basename and av_dirname
Thread safe version of the common basename and dirname.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1c6247ef56..a5a0bea1fc 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavu 52.2.1 - avstring.h + Add av_basename() and av_dirname(). + 2012-xx-xx - xxxxxxx - lavu 52.2.0 - audioconvert.h Rename audioconvert.h to channel_layout.h. audioconvert.h is now deprecated. |