summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2017-05-08 13:08:02 -0300
committerJames Almer <jamrial@gmail.com>2017-05-08 13:08:02 -0300
commita47bd5d77e3f1dd8bb3d4ba0955bd7b1323c7d83 (patch)
treec59282acb59cac554c2cad5b5a42ceb8fd2a0007 /doc/APIchanges
parent8ef2c791c99e7c103782e889e2bca2f6e13a07be (diff)
parent52627248e49e58eb4b78e4fcda90a64f4c476ea3 (diff)
Merge commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3'
* commit '52627248e49e58eb4b78e4fcda90a64f4c476ea3': frame: add a cropping rectangle to AVFrame Merged-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 01c55a1ed0..ae5490b4c2 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+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.
+
2017-xx-xx - xxxxxxxxxx
Change av_sha_update(), av_sha512_update() and av_md5_sum()/av_md5_update() length
parameter type to size_t at next major bump.