[MPlayer-cvslog] r21826 - trunk/libvo/x11_common.c

reimar subversion at mplayerhq.hu
Fri Jan 5 12:57:06 CET 2007


Author: reimar
Date: Fri Jan  5 12:57:06 2007
New Revision: 21826

Modified:
   trunk/libvo/x11_common.c

Log:
Do not abort on X11 errors, most are not at all fatal.
Makes -vo x11 work over non-trusted ssh X11 forwarding.


Modified: trunk/libvo/x11_common.c
==============================================================================
--- trunk/libvo/x11_common.c	(original)
+++ trunk/libvo/x11_common.c	Fri Jan  5 12:57:06 2007
@@ -208,7 +208,7 @@
            "Error code: %x, request code: %x, minor code: %x\n",
            event->error_code, event->request_code, event->minor_code);
 
-    abort();
+//    abort();
     //exit_player("X11 error");
 #undef MSGLEN
 }



More information about the MPlayer-cvslog mailing list