crypto: consistently use size_t as type for length parameters

size_t is the correct type to use for sizes.
This commit is contained in:
Diego Biurrun 2016-12-15 12:46:03 +01:00
parent f1af37b510
commit e435beb1ea
6 changed files with 34 additions and 4 deletions

View file

@ -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.