summaryrefslogtreecommitdiff
path: root/libavfilter/threshold.h
Commit message (Collapse)AuthorAge
* avfilter/vf_threshold: Move ff_threshold_init into a headerAndreas Rheinhardt2022-05-06
| | | | | | | | | This removes a dependency of checkasm on lavfi/vf_threshold.o and also allows to inline ff_threshold_init() irrespectively of interposing. With this patch checkasm no longer pulls all of lavfi and lavf in. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avfilter/vf_threshold : move context func init in ff_threshold_initMartin Vignali2017-12-03
|
* avfilter/vf_threshold: add x86 SIMDPaul B Mahol2017-12-02
Signed-off-by: Paul B Mahol <onemda@gmail.com>