[MPlayer-cvslog] CVS: main/libvo vo_quartz.c,1.45,1.46

Nicolas Plourde CVS syncmail at mplayerhq.hu
Mon Feb 14 22:28:23 CET 2005


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv12976/libvo

Modified Files:
	vo_quartz.c 
Log Message:
set device id to 0 if the device selected on startup do not exist

Index: vo_quartz.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/vo_quartz.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- vo_quartz.c	1 Dec 2004 21:22:18 -0000	1.45
+++ vo_quartz.c	14 Feb 2005 21:28:21 -0000	1.46
@@ -560,6 +560,7 @@
 		{
 			mp_msg(MSGT_VO, MSGL_FATAL, "Quartz error: Device ID %d do not exist, falling back to main device.\n", device_id);
 			deviceHdl = GetMainDevice();
+			device_id = 0;
 			break;
 		}
 	}




More information about the MPlayer-cvslog mailing list