avstring: Add locale independent implementations of strcasecmp/strncasecmp

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Reimar Döffinger
2011-11-05 17:20:41 +02:00
committed by Martin Storsjö
parent 07b172fe8f
commit ba04ecfdac
4 changed files with 37 additions and 1 deletions

View File

@@ -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()