# HG changeset patch # User reimar # Date 1377451402 0 # Node ID e24ada1fc15f8f5cd88ccdc6f8cf44ef8164ff24 # Parent f77a74ebb95e8067f450d938297e95d75b1fc475 Fix disabling subtitles by switching through them. diff -r f77a74ebb95e -r e24ada1fc15f command.c --- a/command.c Sun Aug 25 11:30:45 2013 +0000 +++ b/command.c Sun Aug 25 17:23:22 2013 +0000 @@ -1552,6 +1552,7 @@ if (d_sub->id > -2) reset_spu = 1; d_sub->id = -2; + d_sub->sh = NULL; } #ifdef CONFIG_ASS ass_track = 0;