diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-01-28 15:13:27 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-02-10 19:07:20 +0100 |
commit | 8b77c4dd424d8ee39dbca34b82ef12a8e483a68d (patch) | |
tree | f22d964adbac9d1d7ad9a92737a2d372c8373de5 /configure | |
parent | 8d5a8501195283e6f09f0d0b929cf2e893194df7 (diff) | |
download | ffmpeg-8b77c4dd424d8ee39dbca34b82ef12a8e483a68d.tar.gz |
avfilter: Add repeatfields filter (Port of mp=softpulldown)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2613,6 +2613,7 @@ phase_filter_deps="gpl" pp_filter_deps="gpl postproc" pullup_filter_deps="gpl" removelogo_filter_deps="avcodec avformat swscale" +repeatfields_filter_deps="gpl" resample_filter_deps="avresample" sab_filter_deps="gpl swscale" scale_filter_deps="swscale" |