1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-02 04:42:10 +00:00

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

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) {