]> git.sesse.net Git - ffmpeg/commit
lavfi/afir: fix vpad.name leak
authorJun Zhao <barryjzhao@tencent.com>
Mon, 25 May 2020 00:48:12 +0000 (08:48 +0800)
committerJun Zhao <barryjzhao@tencent.com>
Sat, 30 May 2020 11:02:34 +0000 (19:02 +0800)
commitff8329a73054bc6055a69860507fe45386e94798
treef67285d82a3f6a4b657185d1c0d7a46acd4c0ff0
parent77e15f01fb876561054376c11b1529b202f8130d
lavfi/afir: fix vpad.name leak

Fix vpad.name leak in error path, move the vpad related operation
only if enabled show IR frequency response.

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