summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-27 14:07:29 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-27 14:07:29 +0000
commiteac140b748d1bdef15b9c182d341a0a66a92cbd1 (patch)
treec012ac895ab565f93a4d315b7dc008f8e5ce06c0
parent97ed05be95e1ba30b21d61bcd5d5ae533d280b6c (diff)
downloadmpv-eac140b748d1bdef15b9c182d341a0a66a92cbd1.tar.bz2
mpv-eac140b748d1bdef15b9c182d341a0a66a92cbd1.tar.xz
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
-rw-r--r--command.c3
1 files changed, 0 insertions, 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)