summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-03-06 12:35:48 -0300
committerJames Almer <jamrial@gmail.com>2021-03-10 20:26:36 -0300
commitdbd47b7990efb48dd2f8ab2d396a6aff2a98c250 (patch)
tree8fe586be72b630c09482c0dc08b4c4dde838de21 /doc/APIchanges
parent14040a1d913794d9a3fd6406a6d8c2f0e37e0062 (diff)
avutil/frame: change av_frame_new_side_data() size parameter type to size_t
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 80e9b849c8..7fa4ab7052 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,9 +15,9 @@ 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-10 - xxxxxxxxxx - lavu 56.68.100 - buffer.h frame.h
+ Change AVBufferRef and relevant AVFrame 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.