From eac140b748d1bdef15b9c182d341a0a66a92cbd1 Mon Sep 17 00:00:00 2001 From: reimar Date: Sun, 27 Dec 2009 14:07:29 +0000 Subject: Subtitle are now also available without video, so remove that check from the subtitle property handling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30122 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 3 --- 1 file changed, 3 deletions(-) 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) -- cgit v1.2.3