mirror of https://github.com/mpv-player/mpv
Set demuxer->teletext to NULL when closing the TV interface,
since analog teletext can not (yet) work without the TV interface. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29873 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
78290719a6
commit
bd82936f63
|
@ -831,6 +831,7 @@ static void demux_close_tv(demuxer_t *demuxer)
|
|||
tv_uninit(tvh);
|
||||
free(tvh);
|
||||
demuxer->priv=NULL;
|
||||
demuxer->teletext=NULL;
|
||||
}
|
||||
|
||||
/* utilities for mplayer (not mencoder!!) */
|
||||
|
|
Loading…
Reference in New Issue