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 /libavfilter/Makefile | |
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 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 358a4b6a56..6f41d71c0d 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -216,7 +216,6 @@ OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_qp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_sab.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_softpulldown.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_spp.o -OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_tinterlace.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/vf_uspp.o OBJS-$(CONFIG_MP_FILTER) += libmpcodecs/pullup.o |