# HG changeset patch # User reimar # Date 1261922849 0 # Node ID 3cfe91f729d718cd35fee83f24a7da42d1554f15 # Parent 4bd9b89b2b85448f05c5abab5b11078fa2c74e9b Subtitle are now also available without video, so remove that check from the subtitle property handling. diff -r 4bd9b89b2b85 -r 3cfe91f729d7 command.c --- a/command.c Sun Dec 27 14:06:47 2009 +0000 +++ b/command.c Sun Dec 27 14:07:29 2009 +0000 @@ -1288,9 +1288,6 @@ 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)