]> git.sesse.net Git - ffmpeg/commit
ffplay: add missing avfilter_graph_alloc result check
authorMarton Balint <cus@passwd.hu>
Sat, 2 Feb 2019 18:33:34 +0000 (19:33 +0100)
committerMarton Balint <cus@passwd.hu>
Thu, 7 Feb 2019 22:38:53 +0000 (23:38 +0100)
commitfe99a51c40d5daaab08851508b900848e0f64d83
tree0c4dc30379d0e6a8fa8bd87ba7839de264aef5b6
parent28dd73a4437a61340bde29c8fac489ea371ba9cb
ffplay: add missing avfilter_graph_alloc result check

Also do not allocate a graph at start, we will reallocate it anyway.

Signed-off-by: Marton Balint <cus@passwd.hu>
fftools/ffplay.c