diff options
author | Rostislav Pehlivanov <atomnuker@gmail.com> | 2017-10-17 23:57:28 +0100 |
---|---|---|
committer | Rostislav Pehlivanov <atomnuker@gmail.com> | 2018-03-01 20:37:18 +0000 |
commit | 6731f60598963da357ff77dafe9e5e903629bde9 (patch) | |
tree | f0330ba2d1d9f18b263dc6f53f0858855024392e /doc/APIchanges | |
parent | 1be4c8579024bd44265ce2f63c6a090aa1b21bc4 (diff) | |
download | ffmpeg-6731f60598963da357ff77dafe9e5e903629bde9.tar.gz |
frame: add an av_frame_new_side_data_from_buf function
Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index a98475366d..d1957e2e19 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2017-10-21 API changes, most recent first: +2018-03-xx - xxxxxxx - lavu 56.8.100 - frame.h + Add av_frame_new_side_data_from_buf(). + 2018-02-xx - xxxxxxx Change av_ripemd_update(), av_murmur3_update() and av_hash_update() length parameter type to size_t at next major bump. |