diff options
author | James Almer <jamrial@gmail.com> | 2021-03-06 15:40:58 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-03-10 20:26:36 -0300 |
commit | 42e68fe01587b541c9ced34906b09e3c9c894e74 (patch) | |
tree | 17a25fedab0cb35f7b05ab1691faec4f97cf753c /doc | |
parent | d79e0fe65c51491f9bf8a470bbe36fb09f3e1280 (diff) | |
download | ffmpeg-42e68fe01587b541c9ced34906b09e3c9c894e74.tar.gz |
avformat/utils: change AVStream side data related public function and struct size types to size_t
av_stream_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')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 864d32053d..13350c0db0 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2017-10-21 API changes, most recent first: +2021-03-10 - xxxxxxxxxx - lavf 58.72.100 - avformat.h + Change AVBufferRef related AVStream function and struct size + parameter and fields type to size_t at next major bump. + 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. |