]> git.sesse.net Git - ffmpeg/commit
avfilter/af_afir: Avoid allocating AVFilterPad names
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 22 Aug 2020 03:20:01 +0000 (05:20 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 26 Aug 2020 21:52:56 +0000 (23:52 +0200)
commit4c5d6e87acf764893827ea0e3790ef5711878a79
treeb1d231eb19f24d05b1a9a7c14849b312467bd2fe
parent97b1a2c564e0d4dbf8573b4647ae110a75238db3
avfilter/af_afir: Avoid allocating AVFilterPad names

If the names are always the same, they need not be duplicated; doing so
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_afir.c