diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-07-29 14:29:13 +0100 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-07-29 17:46:29 +0200 |
commit | 69e7336b8e16ee65226fc20381baf537f4b125e6 (patch) | |
tree | efa6771a621e6187dbc09bfbc2ec1f0540a76354 /doc | |
parent | e253a9e2b3d683eb51db7c776326eb07de10ad4c (diff) | |
download | ffmpeg-69e7336b8e16ee65226fc20381baf537f4b125e6.tar.gz |
avstring: Expose the simple name match function
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8fb0c23a6f..261993b634 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2013-12-xx API changes, most recent first: +2014-07-xx - xxxxxxx - lavu 53.19.0 - avstring.h + Make name matching function from lavf public as av_match_name(). + 2014-xx-xx - xxxxxxx - lavc 55.57.0 - avcodec.h Add AV_CODEC_PROP_REORDER to mark codecs supporting frame reordering. |