[Mplayer-cvslog] CVS: main mplayer.c,1.394,1.395

Nick Kurshev nick at mplayer.dev.hu
Sun Feb 17 10:25:11 CET 2002


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv8892/main

Modified Files:
	mplayer.c 
Log Message:
Screenshot on the fly

Index: mplayer.c
===================================================================
RCS file: /cvsroot/mplayer/main/mplayer.c,v
retrieving revision 1.394
retrieving revision 1.395
diff -u -r1.394 -r1.395
--- mplayer.c	17 Feb 2002 01:07:45 -0000	1.394
+++ mplayer.c	17 Feb 2002 09:25:03 -0000	1.395
@@ -2197,6 +2197,13 @@
 	printf("ABS seek to %5.3f   \n",rel_seek_secs);
 	break;
 #else
+#ifndef USE_LIBVO2
+    /* User wants to have screen shot */
+    case 'S':
+    case 's':
+		video_out->control(VOCTRL_SCREENSHOT, NULL);
+		break;
+#endif
     // Contrast:
     case '1':
     case '2':




More information about the MPlayer-cvslog mailing list