diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-28 13:13:26 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-28 13:16:40 +0200 |
commit | 04001767728fd4ed8b4f9d2ebbb9f9a8c9a7be0d (patch) | |
tree | f1bc779d178e867b69d47c92b664775b1c18d1e2 /doc | |
parent | 75070d9fa0b2b6951dbdbca5dca7182a9b487e72 (diff) | |
download | ffmpeg-04001767728fd4ed8b4f9d2ebbb9f9a8c9a7be0d.tar.gz |
lavfi/mp: remove mp=tinterlace wrapper
From various tests, there is no evidence that the filter is faster than
the native tinterlace, and it has several more limitations and a few
bugs.
See thread:
Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper
Date: Wed, 5 Sep 2012 00:26:01 +0200
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 3efe065eec..a1d5581a4a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4543,7 +4543,6 @@ The list of the currently supported filters follows: @item sab @item softpulldown @item spp -@item tinterlace @item uspp @end table |