changeset 33683:1ad3fde39a9a

Don't stop playing after a DXR3 demuxer type error. Instead, continue in the playlist.
author ib
date Wed, 29 Jun 2011 10:25:02 +0000
parents bcb85e10eff7
children e86e784f5f62
files gui/interface.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/gui/interface.c	Wed Jun 29 10:12:12 2011 +0000
+++ b/gui/interface.c	Wed Jun 29 10:25:02 2011 +0000
@@ -739,7 +739,6 @@
 #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