From 05721f9672916da34d73693490842f5fe078535b Mon Sep 17 00:00:00 2001 From: reimar Date: Wed, 11 Nov 2009 11:09:36 +0000 Subject: Avoid modifying dvdsub_id in command.c where possible. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29895 b3059339-0415-0410-9bf9-f77b7e298cf2 --- command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.c') diff --git a/command.c b/command.c index bfdfe31bd4..779296dc98 100644 --- a/command.c +++ b/command.c @@ -1498,8 +1498,8 @@ static int mp_property_sub(m_option_t * prop, int action, void *arg, && (mpctx->stream->type == STREAMTYPE_DVD || mpctx->stream->type == STREAMTYPE_DVDNAV) && dvdsub_id < 0 && reset_spu) { - dvdsub_id = -2; - d_sub->id = dvdsub_id; + d_sub->id = -2; + d_sub->sh = NULL; } #endif if (mpctx->sh_audio) -- cgit v1.2.3