diff options
author | James Almer <jamrial@gmail.com> | 2015-07-28 16:57:48 -0300 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-07-31 09:04:12 +0200 |
commit | 5d8bea3bb2357bb304f8f771a4107039037c5549 (patch) | |
tree | 3a663eea6e478850b037385255b0070dce5aee56 /doc/APIchanges | |
parent | b469832de993dabbfe037bef59c68e90e82ebca5 (diff) | |
download | ffmpeg-5d8bea3bb2357bb304f8f771a4107039037c5549.tar.gz |
xtea: add av_xtea_alloc()
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index de22fa5dfb..cfab8c6d68 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,6 +16,7 @@ API changes, most recent first: 2015-xx-xx - lavu 54.17.0 xxxxxxx - Add av_blowfish_alloc(). xxxxxxx - Add av_rc4_alloc(). + xxxxxxx - Add av_xtea_alloc(). 2015-07-29 - 7e38340 - lavu 54.16.0 - hmac.h Add AV_HMAC_SHA224 and AV_HMAC_SHA256. |