Re: [FFmpeg-devel] [PATCH 2/2] lavfi/framepool: use av_image_check_size2().

2017-11-01 Thread Paul B Mahol
On 11/1/17, Nicolas George wrote: > Allow filter to handle larger frames. > > Signed-off-by: Nicolas George > --- > libavfilter/framepool.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpe

[FFmpeg-devel] [PATCH 2/2] lavfi/framepool: use av_image_check_size2().

2017-11-01 Thread Nicolas George
Allow filter to handle larger frames. Signed-off-by: Nicolas George --- libavfilter/framepool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/framepool.c b/libavfilter/framepool.c index 42c0e58498..da2ac5cf69 100644 --- a/libavfilter/framepool.c +++ b/libavfilte