From 8b77c4dd424d8ee39dbca34b82ef12a8e483a68d Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Wed, 28 Jan 2015 15:13:27 +0000 Subject: avfilter: Add repeatfields filter (Port of mp=softpulldown) Signed-off-by: Michael Niedermayer --- doc/filters.texi | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/filters.texi b/doc/filters.texi index a90825aa98..2f29c46f9c 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -7418,6 +7418,11 @@ much, but it will increase the amount of blurring needed to cover over the image and will destroy more information than necessary, and extra pixels will slow things down on a large logo. +@section repeatfields + +This filter uses the repeat_field flag from the Video ES headers and hard repeats +fields based on its value. + @section rotate Rotate video by an arbitrary angle expressed in radians. -- cgit v1.2.3