mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
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:
parent
f1af37b510
commit
e435beb1ea
6 changed files with 34 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue