summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2016-12-18 12:30:27 +0100
committerAnton Khirnov <anton@khirnov.net>2017-01-12 16:22:44 +0100
commit52627248e49e58eb4b78e4fcda90a64f4c476ea3 (patch)
treebc33212ab870c1c8419609fe909833bbead7a817 /doc
parentb68e353136db6f963212c457281d9716516cdc59 (diff)
frame: add a cropping rectangle to AVFrame
Extend the width/height doxy to clarify that it should store coded values.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 942337903f..ba137650b6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2015-08-28
API changes, most recent first:
+2016-xx-xx - xxxxxxx - lavu 55.30.0 - frame.h
+ Add AVFrame.crop_left/right/top/bottom fields for attaching cropping
+ information to video frames.
+
2016-xx-xx - xxxxxxx
Change av_sha_update() and av_md5_sum()/av_md5_update() length
parameter type to size_t at next major bump.