summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2011-11-05 17:20:41 +0200
committerMartin Storsjö <martin@martin.st>2011-11-06 11:52:56 +0200
commitba04ecfdacec4cf86e74b43fe8bcc09e06bb7a72 (patch)
tree374fbe08c811f62a5a9f3f4e0e36a417206a66e1 /doc
parent07b172fe8f6a5d567edc4dac3f813b210874d3b1 (diff)
avstring: Add locale independent implementations of strcasecmp/strncasecmp
Signed-off-by: Martin Storsjö <martin@martin.st>
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 0dd8350c2d..f3dfe1f592 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2011-04-18
API changes, most recent first:
+2011-11-xx - xxxxxxx - lavu 51.14.0
+ Add av_strcasecmp() and av_strncasecmp() to avstring.h.
+
2011-11-xx - xxxxxxx - lavu 51.13.0
Add av_toupper()/av_tolower()