]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_bm3d: Don't allocate inpad names
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 22 Aug 2020 02:17:11 +0000 (04:17 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 26 Aug 2020 21:52:56 +0000 (23:52 +0200)
commit3ac3f393145f67e7dc0f8da2cc1ac9365befc3a8
tree8c128c42165972334ea989cf2f5bd1acfe50924e
parent9b34600bd2d72a790f250aa539cf29176fec6ae7
avfilter/vf_bm3d: Don't allocate inpad 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/vf_bm3d.c