]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_minterpolate: Remove redundant code for freeing
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 6 Oct 2020 13:10:43 +0000 (15:10 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 9 Oct 2020 14:38:28 +0000 (16:38 +0200)
commit358c0bb168aa00fce3075954a0932a1be6d04347
tree480921fe3e1b27e313132133ca1bce53f9c64576
parentaa262dcce850e7d0361bb6c78d833f7249543712
avfilter/vf_minterpolate: Remove redundant code for freeing

ad73b32d2922f4237405043d19763229aee0e59e added some code for freeing in
the input's config_props function, yet this is unnecessary as uninit is
called anyway if config_props fails.

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