diff options
author | Luca Barbato | 2011-11-05 17:15:43 +0200 |
---|---|---|
committer | Martin Storsjö | 2011-11-06 11:52:54 +0200 |
commit | 07b172fe8f6a5d567edc4dac3f813b210874d3b1 (patch) | |
tree | 71ca31415be8da95b8bb8ad6313e8dd7dfe2f7b2 /doc/APIchanges | |
parent | 66760b30a393388490a9bd87ef27ef211ca627f6 (diff) |
avstring: Add locale independent implementations of toupper/tolower
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 1e6adf5a62..0dd8350c2d 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.13.0 + Add av_toupper()/av_tolower() + 2011-11-xx - xxxxxxx - lavf 53.13.0 Add avformat_network_init()/avformat_network_uninit() |