summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-12-03 22:21:24 +0100
committerwm4 <wm4@nowhere>2013-12-04 00:07:38 +0100
commit86ba9a7f24bb977898fd6b802f0165f7c297e2be (patch)
tree0705d34a4014b6abbbefe327692ce58ba62e0003 /mpvcore
parent25635a62c346f307f5d319a38c444f91b7928d43 (diff)
downloadmpv-86ba9a7f24bb977898fd6b802f0165f7c297e2be.tar.bz2
mpv-86ba9a7f24bb977898fd6b802f0165f7c297e2be.tar.xz
vf_yadif: change options, reroute to vf_lavfi
Also remove the ability to disable deinterlacing at runtime. You can still disable deinterlacing at runtime by using the ``D`` key and its automatical filter insertion/removal.
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/player/command.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mpvcore/player/command.c b/mpvcore/player/command.c
index f6eb0b3c7a..6367c17fe5 100644
--- a/mpvcore/player/command.c
+++ b/mpvcore/player/command.c
@@ -1165,9 +1165,6 @@ static int mp_property_fullscreen(m_option_t *prop,
#define VF_DEINTERLACE_LABEL "deinterlace"
static const char *deint_filters[] = {
-#if HAVE_VF_LAVFI
- "lavfi=yadif",
-#endif
"yadif",
#if HAVE_VAAPI_VPP
"vavpp",