summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2017-03-27 21:10:53 +0100
committerMark Thompson <sw@jkqxz.net>2018-02-11 22:11:06 +0000
commit6d86cef06ba36c0ed591e14a2382e9630059fc5d (patch)
treea99bae90444587b92120c1df0d53029f052c6884 /doc
parentcad739dace55e3446ef7180de688173cd19fb000 (diff)
lavfi: Add support for increasing hardware frame pool sizes
AVFilterContext.extra_hw_frames functions identically to the field of the same name in AVCodecContext.
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d62f7674f3..d385d73b0c 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -13,6 +13,9 @@ libavutil: 2017-03-23
API changes, most recent first:
+2018-02-xx - xxxxxxx - lavfi 7.1.0 - avfilter.h
+ Add AVFilterContext.extra_hw_frames.
+
2018-02-xx - xxxxxxx - lavc 58.9.0 - avcodec.h
Add AVCodecContext.extra_hw_frames.