diff options
author | James Almer <jamrial@gmail.com> | 2017-05-08 13:11:17 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-05-08 14:22:43 -0300 |
commit | f089e02fa2b7716d9fa5228c734e55678437db85 (patch) | |
tree | ff8ec50c447f2e23dadf83535093655d96ebe5e0 /doc | |
parent | a47bd5d77e3f1dd8bb3d4ba0955bd7b1323c7d83 (diff) | |
parent | 019ab88a95cb31b698506d90e8ce56695a7f1cc5 (diff) | |
download | ffmpeg-f089e02fa2b7716d9fa5228c734e55678437db85.tar.gz |
Merge commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5'
* commit '019ab88a95cb31b698506d90e8ce56695a7f1cc5':
lavc: add an option for exporting cropping information to the caller
Merged-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 ae5490b4c2..09b1a49798 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,10 @@ libavutil: 2015-08-28 API changes, most recent first: +2017-xx-xx - xxxxxxx - lavc 57.95.100 / 57.31.0 - avcodec.h + Add AVCodecContext.apply_cropping to control whether cropping + is handled by libavcodec or the caller. + 2017-xx-xx - xxxxxxx - lavu 55.62.100 / 55.30.0 - frame.h Add AVFrame.crop_left/right/top/bottom fields for attaching cropping information to video frames. |