diff options
Diffstat (limited to 'mpvcore')
-rw-r--r-- | mpvcore/player/command.c | 3 |
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", |