diff options
author | James Almer <jamrial@gmail.com> | 2021-03-06 12:43:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-03-10 20:26:36 -0300 |
commit | d79e0fe65c51491f9bf8a470bbe36fb09f3e1280 (patch) | |
tree | e362a2e54edb1782d876d9d108ac959396750319 /doc/APIchanges | |
parent | dbd47b7990efb48dd2f8ab2d396a6aff2a98c250 (diff) | |
download | ffmpeg-d79e0fe65c51491f9bf8a470bbe36fb09f3e1280.tar.gz |
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/APIchanges | 4 |
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. |