summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2021-03-06 12:43:52 -0300
committerJames Almer <jamrial@gmail.com>2021-03-10 20:26:36 -0300
commitd79e0fe65c51491f9bf8a470bbe36fb09f3e1280 (patch)
treee362a2e54edb1782d876d9d108ac959396750319 /doc/APIchanges
parentdbd47b7990efb48dd2f8ab2d396a6aff2a98c250 (diff)
avcodec/packet: change side data related public function and struct size types to size_t
av_packet_add_side_data() already defines size as a size_t, so this makes it consistent across all side data functions 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 7fa4ab7052..864d32053d 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2017-10-21
API changes, most recent first:
+2021-03-10 - xxxxxxxxxx - lavc 58.130.100 - packet.h
+ Change AVBufferRef related AVPacket 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.