Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-21 18:42:04 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-12-23 01:25:15 +0400
commit911676c64374af3959ef01609047503a42d5bf87 (patch)
treeb49ca669971c8b01518813bae8759631072e59d8 /doc/APIchanges
parent1c63aed232febf4404659bf006237ee4f7f17c9c (diff)
avutil/avstring: add av_strnlen()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7139f7a266..21a8c4c0c4 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,10 @@ libavutil: 2012-10-22
API changes, most recent first:
+
+2013-12-22 - xxxxxxx - lavu 52.59.100 - avstring.h
+ Add av_strnlen() function.
+
2013-12-xx - xxxxxxx - lavu 52.57.100 - opencl.h
Add av_opencl_benchmark() function.