Re: [libav-devel] [PATCH 1/8] lavc: Add support for increasing hardware frame pool sizes

2018-02-04 Thread wm4
On Sun, 4 Feb 2018 14:27:10 + Mark Thompson wrote: > AVCodecContext.extra_hw_frames is added to the size of hardware frame > pools created by libavcodec for APIs which require fixed-size pools. > This allows the user to keep references to a greater number of frames > after

[libav-devel] [PATCH 1/8] lavc: Add support for increasing hardware frame pool sizes

2018-02-04 Thread Mark Thompson
AVCodecContext.extra_hw_frames is added to the size of hardware frame pools created by libavcodec for APIs which require fixed-size pools. This allows the user to keep references to a greater number of frames after decode, which may be necessary for some use-cases. It is also added to the