summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-03-04 23:57:40 +0000
committerMark Thompson <sw@jkqxz.net>2017-04-30 17:33:18 +0100
commitc5714b51aad41fef56dddac1d542e7fc6b984627 (patch)
tree36b79528a6d02075880423c820246178cbc26de9 /doc
parente1c5d56b18b82e3fb42382b1b1f972e8b371fc38 (diff)
hwcontext: Improve allocation in derived contexts
Use the flags argument of av_hwframe_ctx_create_derived() to pass the mapping flags which will be used on allocation. Also, set the format and hardware context on the allocated frame automatically - the user should not be required to do this themselves.
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 34d788a706..a251c4ca82 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,10 @@ libavutil: 2017-03-23
API changes, most recent first:
+2017-04-30 - xxxxxxx - lavu 56.1.1 - hwcontext.h
+ av_hwframe_ctx_create_derived() now takes some AV_HWFRAME_MAP_* combination
+ as its flags argument (which was previously unused).
+
2017-04-xx - xxxxxxx - lavu 56.1.0 - spherical.h
Add av_spherical_projection_name() and av_spherical_from_name().