summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2018-02-15 11:12:54 -0300
committerJames Almer <jamrial@gmail.com>2018-02-15 11:21:28 -0300
commit8a8d0b319a9f941e1fcfda65f3a77c607cb05af2 (patch)
tree15f22c984566b9bf666c5459eb398dc8d4e8e9c1 /doc/APIchanges
parent75027066d8e85ccf42b83f6cf1c3085221148f42 (diff)
avutil/crypto: change length parameter to size_t on the remaining modules
See 651ee9346105b9d492e01172ab447c04d03fa32e fcc4ed1efa1a7575dc45fe57ce552af331941469 Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 8565cbeb09..a98475366d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2018-02-xx - xxxxxxx
+ Change av_ripemd_update(), av_murmur3_update() and av_hash_update() length
+ parameter type to size_t at next major bump.
+
2018-02-xx - xxxxxxx - lavfi 7.12.100 - avfilter.h
Add AVFilterContext.extra_hw_frames.