diff options
author | James Almer <jamrial@gmail.com> | 2015-07-28 16:57:46 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-07-31 09:04:09 +0200 |
commit | 7a7df34c91e16ea8936f59524145a2cdd6b790f9 (patch) | |
tree | b19bbe820373398e3bae2a0da87167c628d54dac /doc | |
parent | cd4d9df22738e6f147521ccb72c7930db6050914 (diff) | |
download | ffmpeg-streaming-7a7df34c91e16ea8936f59524145a2cdd6b790f9.zip ffmpeg-streaming-7a7df34c91e16ea8936f59524145a2cdd6b790f9.tar.gz |
blowfish: add av_blowfish_alloc()
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 17a6d88..42f13fa 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-xx-xx - lavu 54.17.0 + xxxxxxx - Add av_blowfish_alloc(). + 2015-07-29 - 7e38340 - lavu 54.16.0 - hmac.h Add AV_HMAC_SHA224 and AV_HMAC_SHA256. |