Re: [FFmpeg-devel] [PATCH] avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_command()

2017-03-31 Thread Paul B Mahol
On 3/30/17, Michael Niedermayer wrote: > Fixes: CID1396538 > > Signed-off-by: Michael Niedermayer > --- > libavfilter/avfiltergraph.c | 3 +++ > 1 file changed, 3 insertions(+) > lgtm ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg

[FFmpeg-devel] [PATCH] avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_command()

2017-03-30 Thread Michael Niedermayer
Fixes: CID1396538 Signed-off-by: Michael Niedermayer --- libavfilter/avfiltergraph.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavfilter/avfiltergraph.c b/libavfilter/avfiltergraph.c index 75bd516896..f7fbf119eb 100644 --- a/libavfilter/avfiltergraph.c +++ b/libavfilter/avfiltergr