[MPlayer-cvslog] r30122 - trunk/command.c
reimar
subversion at mplayerhq.hu
Sun Dec 27 15:07:29 CET 2009
Author: reimar
Date: Sun Dec 27 15:07:29 2009
New Revision: 30122
Log:
Subtitle are now also available without video, so remove that
check from the subtitle property handling.
Modified:
trunk/command.c
Modified: trunk/command.c
==============================================================================
--- trunk/command.c Sun Dec 27 15:06:47 2009 (r30121)
+++ trunk/command.c Sun Dec 27 15:07:29 2009 (r30122)
@@ -1288,9 +1288,6 @@ static int mp_property_aspect(m_option_t
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)
More information about the MPlayer-cvslog
mailing list