diff options
author | James Almer <jamrial@gmail.com> | 2021-03-06 12:35:48 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2021-03-10 20:26:36 -0300 |
commit | dbd47b7990efb48dd2f8ab2d396a6aff2a98c250 (patch) | |
tree | 8fe586be72b630c09482c0dc08b4c4dde838de21 /doc | |
parent | 14040a1d913794d9a3fd6406a6d8c2f0e37e0062 (diff) | |
download | ffmpeg-dbd47b7990efb48dd2f8ab2d396a6aff2a98c250.tar.gz |
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')
-rw-r--r-- | doc/APIchanges | 6 |
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. |