diff options
author | James Almer <jamrial@gmail.com> | 2015-07-30 04:02:23 -0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2015-07-30 16:40:26 +0300 |
commit | 6877537ff321136cf78ab03b8b91e6b6f218db5b (patch) | |
tree | c4de37541a65303535c01181a589af16e0666b83 /doc | |
parent | 0c73a5a53cc97f4291bbe9e1e68226edf6161744 (diff) | |
download | ffmpeg-streaming-6877537ff321136cf78ab03b8b91e6b6f218db5b.zip ffmpeg-streaming-6877537ff321136cf78ab03b8b91e6b6f218db5b.tar.gz |
hmac: add missing version bump and APIChanges entry
Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Martin Storsjö <martin@martin.st>
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 4ee7f41..17a6d88 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2014-08-09 API changes, most recent first: +2015-07-29 - 7e38340 - lavu 54.16.0 - hmac.h + Add AV_HMAC_SHA224 and AV_HMAC_SHA256. + 2015-xx-xx - lavc 56.35.0 - avcodec.h xxxxxxxxx - Rename CODEC_FLAG* defines to AV_CODEC_FLAG*. xxxxxxxxx - Rename CODEC_CAP_* defines to AV_CODEC_CAP_*. |