diff options
author | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 13:21:39 +0200 |
---|---|---|
committer | Clément Bœsch <cboesch@gopro.com> | 2017-05-05 13:24:35 +0200 |
commit | fcc4ed1efa1a7575dc45fe57ce552af331941469 (patch) | |
tree | 0fb296c74a93b46bfa93ce963541656bad3f5041 /doc/APIchanges | |
parent | 651ee9346105b9d492e01172ab447c04d03fa32e (diff) | |
download | ffmpeg-fcc4ed1efa1a7575dc45fe57ce552af331941469.tar.gz |
lavu/sha512: update length argument following sha+md5 changes
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index e8c08ca769..01c55a1ed0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -16,7 +16,7 @@ libavutil: 2015-08-28 API changes, most recent first: 2017-xx-xx - xxxxxxxxxx - Change av_sha_update() and av_md5_sum()/av_md5_update() length + Change av_sha_update(), av_sha512_update() and av_md5_sum()/av_md5_update() length parameter type to size_t at next major bump. 2017-05-05 - xxxxxxxxxx - lavc 57.94.100 - avcodec.h |