]> git.sesse.net Git - ffmpeg/commit
avfilter/af_mcompand: Remove redundant calls to AVFilter.uninit
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 13 Oct 2020 01:44:37 +0000 (03:44 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 18 Oct 2020 13:30:03 +0000 (15:30 +0200)
commit6ef55f54fe0743699c346c3d4d882991fdcc80ff
tree3318f15efe874ffd0c913795eba013bce0d4954f
parent746ab8327c0c8ae1b7e894f3c21d7b7a44c0a0b3
avfilter/af_mcompand: Remove redundant calls to AVFilter.uninit

uninit is already called automatically (even when configuring the filter
failed).

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/af_mcompand.c