17 Feb
2002
17 Feb
'02
4:25 a.m.
Update of /cvsroot/mplayer/main/libvo In directory mplayer:/var/tmp.root/cvs-serv8892/main/libvo Modified Files: video_out.h Log Message: Screenshot on the fly Index: video_out.h =================================================================== RCS file: /cvsroot/mplayer/main/libvo/video_out.h,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- video_out.h 17 Feb 2002 03:06:38 -0000 1.20 +++ video_out.h 17 Feb 2002 09:25:09 -0000 1.21 @@ -27,6 +27,8 @@ #define VOCTRL_GUISUPPORT 4 /* used to switch to fullscreen */ #define VOCTRL_FULLSCREEN 5 +/* user wants to have screen shot. (currently without args)*/ +#define VOCTRL_SCREENSHOT 6 #define VO_TRUE 1 #define VO_FALSE 0