Re: [libav-devel] [PATCH 06/10] lavfi: Add support for modifying hardware frame pool sizes

2017-08-07 Thread wm4
On Sat, 5 Aug 2017 23:53:07 +0100 Mark Thompson wrote: > AVFilterContext.extra_hw_frames functions identically to the field of > the same name in AVCodecContext. > --- > Implemented in such a way that an init_hw_frames callback could be added here > as well, if anyone had a

[libav-devel] [PATCH 06/10] lavfi: Add support for modifying hardware frame pool sizes

2017-08-05 Thread Mark Thompson
AVFilterContext.extra_hw_frames functions identically to the field of the same name in AVCodecContext. --- Implemented in such a way that an init_hw_frames callback could be added here as well, if anyone had a use-case for it. doc/APIchanges | 3 +++ libavfilter/avfilter.c | 23