[MPlayer-cvslog] r33771 - trunk/gui/interface.c

ib subversion at mplayerhq.hu
Wed Jun 29 12:25:02 CEST 2011


Author: ib
Date: Wed Jun 29 12:25:02 2011
New Revision: 33771

Log:
Don't stop playing after a DXR3 demuxer type error.

Instead, continue in the playlist.

Modified:
   trunk/gui/interface.c

Modified: trunk/gui/interface.c
==============================================================================
--- trunk/gui/interface.c	Wed Jun 29 12:12:12 2011	(r33770)
+++ trunk/gui/interface.c	Wed Jun 29 12:25:02 2011	(r33771)
@@ -739,7 +739,6 @@ int guiGetEvent(int type, void *arg)
 #ifdef CONFIG_DXR3
         if (video_driver_list && !gstrcmp(video_driver_list[0], "dxr3") && (((demuxer_t *)mpctx_get_demuxer(guiInfo.mpcontext))->file_format != DEMUXER_TYPE_MPEG_PS) && !gtkVfLAVC) {
             gtkMessageBox(GTK_MB_FATAL, MSGTR_NEEDLAVC);
-            guiInfo.Playing = 0;
             return False;
         }
 #endif


More information about the MPlayer-cvslog mailing list