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 /Changelog | |
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 'Changelog')
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,6 +1,10 @@ Entries are sorted chronologically from oldest to youngest within each release, releases are sorted from youngest to oldest. +version 10: +- av_strnstr + + version 9: - av_basename and av_dirname - adobe and limelight publisher authentication in RTMP |