diff --git a/command.c b/command.c index 73ab2d4be8..2cd23bcf03 100644 --- a/command.c +++ b/command.c @@ -1288,9 +1288,6 @@ static int mp_property_aspect(m_option_t * prop, int action, void *arg, static int mp_property_sub_pos(m_option_t * prop, int action, void *arg, MPContext * mpctx) { - if (!mpctx->sh_video) - return M_PROPERTY_UNAVAILABLE; - switch (action) { case M_PROPERTY_SET: if (!arg)