[FFmpeg-devel] [PATCH 2/2] lavfi: remove mp=softpulldown
Paul B Mahol
onemda at gmail.com
Mon Apr 29 12:12:28 CEST 2013
The filter funcionality is same as interlace/tinterlace.
Required flag: MP_IMGFIELD_REPEAT_FIRST is never set,
and can not be set as its not exported from lavf/lavc.
If ever such flag becomes available, such feature should be added
to telecine filter.
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
doc/filters.texi | 1 -
libavfilter/Makefile | 1 -
libavfilter/libmpcodecs/vf_softpulldown.c | 163 ------------------------------
libavfilter/vf_mp.c | 2 -
4 files changed, 167 deletions(-)
delete mode 100644 libavfilter/libmpcodecs/vf_softpulldown.c
Boring stuff removed.
More information about the ffmpeg-devel
mailing list