diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-08-14 00:29:06 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-08-14 00:29:06 +0200 |
commit | c8571c61ec4c352e7eac7147b7c1644d2406189e (patch) | |
tree | 7b30d14ae332d5b9d5b79ba257cc2833d28e3855 /doc/APIchanges | |
parent | 097bf149c92aeae8af7f3559878e046a047e892d (diff) | |
parent | 8ddc32629a6d6be77256694c9e322dde134609f3 (diff) | |
download | ffmpeg-streaming-c8571c61ec4c352e7eac7147b7c1644d2406189e.zip ffmpeg-streaming-c8571c61ec4c352e7eac7147b7c1644d2406189e.tar.gz |
Merge commit '8ddc32629a6d6be77256694c9e322dde134609f3'
* commit '8ddc32629a6d6be77256694c9e322dde134609f3':
mem: add av_strndup() for duplicating substrings
Conflicts:
libavutil/mem.c
libavutil/mem.h
libavutil/version.h
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 c5a1000..067f60f 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2014-08-xx - xxxxxxx - lavu 54.03.0 - mem.h + Add av_strndup(). + 2014-xx-xx - xxxxxxx - lavu 54.02.0 - opt.h Add av_opt_get_dict_val/set_dict_val with AV_OPT_TYPE_DICT to support dictionary types being set as options. |