]> git.sesse.net Git - ffmpeg/commit
avfilter/af_astats: rework sample loops
authorMarton Balint <cus@passwd.hu>
Fri, 1 Mar 2019 22:48:04 +0000 (23:48 +0100)
committerMarton Balint <cus@passwd.hu>
Wed, 20 Mar 2019 23:39:57 +0000 (00:39 +0100)
commit5cc4b79b295d01c103eb221e4c8899f33b4cd6bc
tree1870d1cce035653b0838d6b24ad06f91550489e5
parent235228ea50908a566931b4d24bc878651033c054
avfilter/af_astats: rework sample loops

The channel loop is now the outer loop for both planar and interleaved. This is
needed by the next patch, and the speed difference is negligable if any.

Signed-off-by: Marton Balint <cus@passwd.hu>
libavfilter/af_astats.c