diff options
author | Marton Balint <cus@passwd.hu> | 2018-10-07 18:55:47 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2018-11-11 20:30:50 +0100 |
commit | 936d18fb42bb1776f1b25e16b9d6a72846ee33ac (patch) | |
tree | 8ebd0b2b7bcf6e129f2d3213d476f83247207add /configure | |
parent | 7748f395de88b72d82f7dc5e39bca49df665252b (diff) | |
download | ffmpeg-936d18fb42bb1776f1b25e16b9d6a72846ee33ac.tar.gz |
avfilter/vf_minterpolate: use common scene sad functions
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3417,6 +3417,7 @@ mcdeint_filter_deps="avcodec gpl" movie_filter_deps="avcodec avformat" mpdecimate_filter_deps="gpl" mpdecimate_filter_select="pixelutils" +minterpolate_filter_select="scene_sad" mptestsrc_filter_deps="gpl" negate_filter_deps="lut_filter" nnedi_filter_deps="gpl" |