OSDN Git Service

avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_command()
authorMichael Niedermayer <michael@niedermayer.cc>
Thu, 30 Mar 2017 20:45:40 +0000 (22:45 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Fri, 31 Mar 2017 10:28:58 +0000 (12:28 +0200)
commit55d53cb59380bebea79ae8f99d4e119b2b006629
tree80db08694fbb13831846a408a9d3140ccf59de5a
parent5036e214b0e1028e035d628f7e7f89cb1ba6a0d6
avfilter/avfiltergraph: Check for allocation failure in avfilter_graph_queue_command()

Fixes: CID1396538

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavfilter/avfiltergraph.c