Do not forget to clear subtitles when switching files for embedded subtitles.

Fixes bug #409.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20347 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2006-10-21 23:45:41 +00:00
parent f8e6b3f0b8
commit 3ee22e98d4
1 changed files with 1 additions and 1 deletions

View File

@ -5532,12 +5532,12 @@ uninit_player(INITED_ALL-(INITED_GUI+INITED_INPUT+(fixed_vo?INITED_VO:0)));
#endif
}
set_of_sub_size = 0;
}
vo_sub_last = vo_sub=NULL;
subdata=NULL;
#ifdef USE_ASS
ass_track = NULL;
#endif
}
#endif
if(eof == PT_NEXT_ENTRY || eof == PT_PREV_ENTRY) {