[MPlayer-cvslog] r22476 - trunk/mplayer.c
reimar
subversion at mplayerhq.hu
Tue Mar 6 12:24:09 CET 2007
Author: reimar
Date: Tue Mar 6 12:24:08 2007
New Revision: 22476
Modified:
trunk/mplayer.c
Log:
Fix bad uninit when switching DVB channels.
Modified: trunk/mplayer.c
==============================================================================
--- trunk/mplayer.c (original)
+++ trunk/mplayer.c Tue Mar 6 12:24:08 2007
@@ -3586,7 +3586,7 @@ mp_msg(MSGT_GLOBAL,MSGL_V,"EOF code: %d
if(mpctx->dvbin_reopen)
{
mpctx->eof = 0;
- uninit_player(INITED_ALL-(INITED_STREAM|INITED_INPUT));
+ uninit_player(INITED_ALL-(INITED_GUI|INITED_STREAM|INITED_INPUT|INITED_GETCH2|(fixed_vo?INITED_VO:0)));
cache_uninit(mpctx->stream);
mpctx->dvbin_reopen = 0;
goto goto_enable_cache;
More information about the MPlayer-cvslog
mailing list