summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-03-06 12:26:16 -0300
committerJames Almer <jamrial@gmail.com>2021-03-10 20:26:36 -0300
commit14040a1d913794d9a3fd6406a6d8c2f0e37e0062 (patch)
treee2552a6d72ee5447f3a1d397d552facca1b78eeb /doc
parent3e3c408e3fc9ba3ad861e1d3aea22f9e8c1a3894 (diff)
avutil/buffer: change public function and struct size parameter types to size_t
Signed-off-by: James Almer <jamrial@gmail.com>
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 4027d599e7..80e9b849c8 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2021-03-10 - xxxxxxxxxx - lavu 56.68.100 - buffer.h
+ Change AVBufferRef related function and struct size parameter and fields
+ type to size_t at next major bump.
+
2021-03-04 - xxxxxxxxxx - lavc 58.128.101 - avcodec.h
Enable err_recognition to be set for encoders.