diff options
author | wm4 <nfxjfg@googlemail.com> | 2017-07-22 23:05:13 +0200 |
---|---|---|
committer | wm4 <nfxjfg@googlemail.com> | 2017-08-08 13:35:09 +0200 |
commit | caa12027baf1180453846c58da08fc87accc0ff6 (patch) | |
tree | 2a5a5cd1ecb176dc9f368ad40144f818ae79c0e6 /doc/APIchanges | |
parent | 45759540a5597bb6811afc749baa637f778a5ca0 (diff) | |
download | ffmpeg-caa12027baf1180453846c58da08fc87accc0ff6.tar.gz |
lavc, lavu: move frame cropping to a convenience function
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Merged from Libav commit 47399ccdfd.
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 63fac21000..cd69ec7bc6 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-08-08 - xxxxxxx - lavu 55.71.100 - frame.h + Add av_frame_apply_cropping(). + 2017-07-25 - 24de4fddca - lavu 55.69.100 - frame.h Add AV_FRAME_DATA_ICC_PROFILE side data type. |