Call subcp_close when closing the demuxer

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14462 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-01-11 18:32:49 +00:00
parent bcc2517604
commit 11880705aa
1 changed files with 3 additions and 0 deletions

View File

@ -2402,6 +2402,9 @@ demux_close_mkv (demuxer_t *demuxer)
if (mkv_d)
{
int i;
#ifdef USE_ICONV
subcp_close();
#endif
free_cached_dps (demuxer);
if (mkv_d->tracks)
{