summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vmafmotion.c
Commit message (Collapse)AuthorAge
* avcodec/filter: Remove extra '; ' outside of functionsAndreas Rheinhardt2019-10-07
| | | | | | | | They are not allowed outside of functions. Fixes the warning "ISO C does not allow extra ‘;’ outside of a function [-Wpedantic]" when compiling with GCC and -pedantic. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
* avfilter/vf_vmafmotion: remove unused headerPaul B Mahol2019-05-04
|
* lavfi/vmafmotion: Allow more pix_fmts.Carl Eugen Hoyos2017-10-01
|
* avfilter: add vmafmotion filterAshish Singh2017-09-30
Signed-off-by: Ashish Singh <ashk43712@gmail.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>