[MPlayer-cvslog] r29873 - trunk/stream/tv.c

reimar subversion at mplayerhq.hu
Tue Nov 10 12:24:29 CET 2009


Author: reimar
Date: Tue Nov 10 12:24:29 2009
New Revision: 29873

Log:
Set demuxer->teletext to NULL when closing the TV interface,
since analog teletext can not (yet) work without the TV interface.

Modified:
   trunk/stream/tv.c

Modified: trunk/stream/tv.c
==============================================================================
--- trunk/stream/tv.c	Tue Nov 10 11:40:34 2009	(r29872)
+++ trunk/stream/tv.c	Tue Nov 10 12:24:29 2009	(r29873)
@@ -831,6 +831,7 @@ static void demux_close_tv(demuxer_t *de
     tv_uninit(tvh);
     free(tvh);
     demuxer->priv=NULL;
+    demuxer->teletext=NULL;
 }
 
 /* utilities for mplayer (not mencoder!!) */


More information about the MPlayer-cvslog mailing list