avstring: add av_basename and av_dirname

Thread safe version of the common basename and dirname.
This commit is contained in:
Luca Barbato
2012-12-23 21:25:24 +01:00
parent c73c87b412
commit d8fd06c37d
5 changed files with 64 additions and 1 deletions

View File

@@ -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.