]> git.sesse.net Git - ffmpeg/commit
avfilter/vf_fieldmatch: Don't allocate inpad names
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sat, 22 Aug 2020 01:57:55 +0000 (03:57 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Wed, 26 Aug 2020 21:52:56 +0000 (23:52 +0200)
commit2d349631b11b66da2ba23e3e3df18b362ccf759f
tree3a14378d9021cba7453f7e7bdccd843aca5d6dc6
parent7e736cd38aed1886fcc9672848ccf31ea1cc0b28
avfilter/vf_fieldmatch: 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_fieldmatch.c