]> git.sesse.net Git - ffmpeg/commit
lavfi/avf_showspectrum: add error handle if av_asprintf return null
authorJun Zhao <barryjzhao@tencent.com>
Fri, 11 Oct 2019 16:36:19 +0000 (00:36 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Fri, 18 Oct 2019 01:56:27 +0000 (09:56 +0800)
commit85e2b222e9105d6202a2ed843350065b5b37c81d
treed98030a3db7da45d404eff9c740e86cc20fb7e70
parent0ae6fb276bd9deba88077bd6f9cbe5d4b84e7f6f
lavfi/avf_showspectrum: add error handle if av_asprintf return null

add error handle if av_asprintf return null.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
libavfilter/avf_showspectrum.c