From 6d86cef06ba36c0ed591e14a2382e9630059fc5d Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Mon, 27 Mar 2017 21:10:53 +0100 Subject: lavfi: Add support for increasing hardware frame pool sizes AVFilterContext.extra_hw_frames functions identically to the field of the same name in AVCodecContext. --- doc/APIchanges | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/APIchanges') diff --git a/doc/APIchanges b/doc/APIchanges index d62f767..d385d73 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. -- cgit v1.1