diff options
author | Jacob Trimble <modmaker-at-google.com@ffmpeg.org> | 2018-01-08 14:12:43 -0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2018-01-23 21:48:31 +0100 |
commit | 9f07cf7c00f3a87669c27aec947daf0f3d33b01f (patch) | |
tree | 313b8091795c0299baec9c8412838af60b799931 /doc/APIchanges | |
parent | 9b1ec248350405e1da64eecad620a8d7a4ee6caa (diff) | |
download | ffmpeg-9f07cf7c00f3a87669c27aec947daf0f3d33b01f.tar.gz |
avutil/aes_ctr: Add method to set 16-byte IV.
Signed-off-by: Jacob Trimble <modmaker@google.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
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 7699365879..c27f104c95 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-xx-xx - xxxxxxx - lavu 56.9.100 - aes_ctr.h + Add method to set the 16-byte IV. + 2018-01-xx - xxxxxxx - lavf 58.5.100 - avformat.h Explicitly make avformat_network_init() and avformat_network_deinit() optional. If these are not called, network initialization and deinitialization is |