lavfi: Add support for increasing hardware frame pool sizes

AVFilterContext.extra_hw_frames functions identically to the field of
the same name in AVCodecContext.
This commit is contained in:
Mark Thompson
2017-03-27 21:10:53 +01:00
parent cad739dace
commit 6d86cef06b
5 changed files with 60 additions and 1 deletions

View File

@@ -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.