Re: [FFmpeg-devel] [PATCH 6/9] avfilter/vf_premultiply: make sure plane count is less than 4

2017-11-08 Thread Paul B Mahol
On 11/8/17, Timo Rothenpieler wrote: > Fixes CID #1416350, #1416351, #1416353 and #1416354 > --- > libavfilter/vf_premultiply.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/libavfilter/vf_premultiply.c b/libavfilter/vf_premultiply.c > index

[FFmpeg-devel] [PATCH 6/9] avfilter/vf_premultiply: make sure plane count is less than 4

2017-11-08 Thread Timo Rothenpieler
Fixes CID #1416350, #1416351, #1416353 and #1416354 --- libavfilter/vf_premultiply.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/libavfilter/vf_premultiply.c b/libavfilter/vf_premultiply.c index 5120adc476..1af6433bc9 100644 --- a/libavfilter/vf_premultiply.c +++