Re: [FFmpeg-devel] [PATCH] af_pan: avoid null dereference on query_formats()

2015-10-08 Thread Reynaldo H. Verdejo Pinochet
Totally missed it. Thanks & please ignore. Proly a good idea to update entry at coverity.com though. Bests. -- Reynaldo H. Verdejo Pinochet Open Source Group Samsung Research America / Silicon Valley ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.or

Re: [FFmpeg-devel] [PATCH] af_pan: avoid null dereference on query_formats()

2015-10-08 Thread Nicolas George
Le septidi 17 vendémiaire, an CCXXIV, Reynaldo H. Verdejo Pinochet a écrit : > Fixes Coverity CID 1325680 > > Signed-off-by: Reynaldo H. Verdejo Pinochet > --- > libavfilter/af_pan.c | 4 > 1 file changed, 4 insertions(+) See: http://ffmpeg.org/pipermail/ffmpeg-devel/2015-October/180308.ht

[FFmpeg-devel] [PATCH] af_pan: avoid null dereference on query_formats()

2015-10-08 Thread Reynaldo H. Verdejo Pinochet
Fixes Coverity CID 1325680 Signed-off-by: Reynaldo H. Verdejo Pinochet --- libavfilter/af_pan.c | 4 1 file changed, 4 insertions(+) diff --git a/libavfilter/af_pan.c b/libavfilter/af_pan.c index 9117cc0..91cc434 100644 --- a/libavfilter/af_pan.c +++ b/libavfilter/af_pan.c @@ -239,6 +239,1