diff options
author | Vladimir Pantelic <vladoman@gmail.com> | 2013-01-24 14:09:48 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2013-01-25 10:47:51 +0100 |
commit | b85a5e87af4254b80913fe33591d96361f30832b (patch) | |
tree | c455a00d43d40bfb52080ab6f4ad8da3d2cdb4fb /doc | |
parent | a84fb6e06f7f13e61b5dad0224fa392ebe65e294 (diff) | |
download | ffmpeg-b85a5e87af4254b80913fe33591d96361f30832b.tar.gz |
lavu: Add av_strnstr()
This is a length limited version of strstr()
Signed-off-by: Vladimir Pantelic <vladoman@gmail.com>
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
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 3120f7ee6a..79e3cb79a0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2013-01-xx - xxxxxxx - lavu 52.6.0 - avstring.h + Add av_strnstr() + 2013-01-xx - xxxxxxx - lavu 52.5.0 - hmac.h Add AVHMAC. |