]> git.sesse.net Git - ffmpeg/commit
avfilter/af_anequalizer: Don't allocate outpad names
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 22 Aug 2020 01:29:25 +0000 (03:29 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 26 Aug 2020 21:52:56 +0000 (23:52 +0200)
commit080d2c67f540908e48d1e0f482c057e52a7fad7a
tree34a48c49de7b95a40c084cc3d573d0db54c6ccfc
parentfdbd579fd10bc80c0f4e5a86497a4aa2e00317c5
avfilter/af_anequalizer: Don't allocate outpad names

These names are always the same, so not using duplicates saves
allocations, checks for the allocations as well as frees.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavfilter/af_anequalizer.c