[MPlayer-cvslog] r36432 - trunk/command.c
reimar
subversion at mplayerhq.hu
Sun Aug 25 19:23:22 CEST 2013
Author: reimar
Date: Sun Aug 25 19:23:22 2013
New Revision: 36432
Log:
Fix disabling subtitles by switching through them.
Modified:
trunk/command.c
Modified: trunk/command.c
==============================================================================
--- trunk/command.c Sun Aug 25 13:30:45 2013 (r36431)
+++ trunk/command.c Sun Aug 25 19:23:22 2013 (r36432)
@@ -1552,6 +1552,7 @@ static int mp_property_sub(m_option_t *p
if (d_sub->id > -2)
reset_spu = 1;
d_sub->id = -2;
+ d_sub->sh = NULL;
}
#ifdef CONFIG_ASS
ass_track = 0;
More information about the MPlayer-cvslog
mailing list