summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2016-12-15 12:46:03 +0100
committerDiego Biurrun <diego@biurrun.de>2017-01-09 15:17:43 +0100
commite435beb1ea5380a90774dbf51fdc8c941e486551 (patch)
treeabfca5d84053a357e12b423938a1f3415ea0aa88 /doc
parentf1af37b51033ad90e56a8d7dfcc366f2bd9d2fed (diff)
crypto: consistently use size_t as type for length parameters
size_t is the correct type to use for sizes.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 7633c99181..942337903f 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx
+ Change av_sha_update() and av_md5_sum()/av_md5_update() length
+ parameter type to size_t at next major bump.
+
2016-xx-xx - xxxxxxx - lavc 57.29.0 - avcodec.h
Add AV_PKT_DATA_SPHERICAL packet side data to export AVSphericalMapping
information from containers.