summaryrefslogtreecommitdiff
path: root/libavfilter/af_apulsator.c
Commit message (Collapse)AuthorAgeFilesLines
* lavfi: Fix aix compilation.Carl Eugen Hoyos2016-12-011-3/+3
| | | | | | Rename hz in af_apulsator.c and avf_showspectrum.c as hertz. The aix header sys/m_param.h defines hz as __hz.
* avfilter/af_apulsator: assert that pathes leaving uninitialized variables do ↵Michael Niedermayer2016-02-041-0/+3
| | | | | | | | | not occur Fixes: CID1341581, CID1341582 Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add audio pulsator filterPaul B Mahol2015-12-021-0/+254
Signed-off-by: Paul B Mahol <onemda@gmail.com>