diff options
author | James Almer <jamrial@gmail.com> | 2015-07-28 16:57:47 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-07-31 09:04:12 +0200 |
commit | ae365453c370c85f278bff7fbf9e20d9d335cb2a (patch) | |
tree | 22259fce9a541f6a846b5bbdb12dae04b70ddb4c /doc | |
parent | 7a7df34c91e16ea8936f59524145a2cdd6b790f9 (diff) | |
download | ffmpeg-ae365453c370c85f278bff7fbf9e20d9d335cb2a.tar.gz |
rc4: add av_rc4_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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 42f13fa880..de22fa5dfb 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,7 @@ API changes, most recent first: 2015-xx-xx - lavu 54.17.0 xxxxxxx - Add av_blowfish_alloc(). + xxxxxxx - Add av_rc4_alloc(). 2015-07-29 - 7e38340 - lavu 54.16.0 - hmac.h Add AV_HMAC_SHA224 and AV_HMAC_SHA256. |