diff options
author | Mark Reid <mindmark@gmail.com> | 2015-03-02 20:06:13 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-03 17:49:15 +0100 |
commit | 81a91269a2fbeb87de53e395c6bed0c70c310cae (patch) | |
tree | 03d0a9e3b5e3296018a4dbb07e00cfb9ee3f409f /doc | |
parent | 6394acaf36da3106f4793bda32730f8ff6b0ddb1 (diff) | |
download | ffmpeg-81a91269a2fbeb87de53e395c6bed0c70c310cae.tar.gz |
libavformat/avio: added avio_put_str16be
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 5fdfc82cde..6875aede93 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-03-xx - xxxxxxx - lavf 56.24.100 + Add avio_put_str16be() + 2015-xx-xx - xxxxxxx - lavc 56.13 Add width, height, coded_width, coded_height and format to AVCodecParserContext. |