]> git.sesse.net Git - ffmpeg/commit
avfilter/af_arnndn: Remove superfluous qualifier
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 17 Oct 2019 09:24:55 +0000 (11:24 +0200)
committerPaul B Mahol <onemda@gmail.com>
Thu, 17 Oct 2019 10:30:24 +0000 (12:30 +0200)
commit6aae32212041df0f7e75616d57848d35fd8d3c18
tree05b7d2dfbf748b4ee24cbbf542b4728f1991344a
parent9c820ebe90f368ccc87c24c5aa4cd5cba3281fec
avfilter/af_arnndn: Remove superfluous qualifier

remove_doubling() returned a const float, but returning qualified types
is pointless anyway. This is all the more important given that  GCC 4.2.1
(and maybe other compilers, too) seems to treat this as an error as several
FATE units that don't compile any more show.

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