Commit 83784665 authored by Steven Liu's avatar Steven Liu

doc/APIChages: Add av_strireplace()

Add av_strireplace() into APIChanges
Reviewed-by: 's avatarJames Almer <jamrial@gmail.com>
Signed-off-by: 's avatarSteven Liu <lq@chinaffmpeg.org>
parent 44cd7502
......@@ -15,6 +15,9 @@ libavutil: 2015-08-28
API changes, most recent first:
2017-04-11 - xxxxxxx - lavu 55.61.100 - avstring.h
Add av_strireplace().
2016-04-06 - xxxxxxx - lavc 57.92.100 - avcodec.h
Add AV_PKT_DATA_CONTENT_LIGHT_LEVEL packet side data.
......
......@@ -79,8 +79,8 @@
*/
#define LIBAVUTIL_VERSION_MAJOR 55
#define LIBAVUTIL_VERSION_MINOR 60
#define LIBAVUTIL_VERSION_MICRO 101
#define LIBAVUTIL_VERSION_MINOR 61
#define LIBAVUTIL_VERSION_MICRO 100
#define LIBAVUTIL_VERSION_INT AV_VERSION_INT(LIBAVUTIL_VERSION_MAJOR, \
LIBAVUTIL_VERSION_MINOR, \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment